[SPIGOT-6087] Signs will not update on client automatically (rejoin needed) Created: 18/Aug/20 Updated: 18/Aug/20 Resolved: 18/Aug/20 |
|
Status: | Resolved |
Project: | Spigot |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Bug | Priority: | Minor |
Reporter: | CodingAir | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Labels: | Change, Sign, force, line, setline, update | ||
Environment: |
Windows 10 |
Version: | git-Spigot-379750e-2e178b0 (MC: 1.16.2) (Implementing API version 1.16.2-R0.1-SNAPSHOT) |
Guidelines Read: | Yes |
Description |
org.bukkit.block.Sign s = (Sign) new Location(Bukkit.getWorld("world"), 0, 72, 0).getBlock().getState(); s.setLine(0, "TestLine"); s.update(true); //does not send update to client -> client has to rejoin This issue appeared between first 1.16.2 arrival and the latest update. |
Comments |
Comment by CodingAir [ 18/Aug/20 ] |
Fixed with |
Comment by Black Hole [ 18/Aug/20 ] |
Probably caused by https://hub.spigotmc.org/stash/projects/SPIGOT/repos/craftbukkit/commits/fad5fb9e8cfc2a2c6883e59203b604f4c0ecf421 |