[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

https://hub.spigotmc.org/stash/projects/SPIGOT/repos/craftbukkit/commits/9a9c2234a4fba5bfbd91e20cc866eb3ba9224c7b

Comment by Black Hole [ 18/Aug/20 ]

Probably caused by https://hub.spigotmc.org/stash/projects/SPIGOT/repos/craftbukkit/commits/fad5fb9e8cfc2a2c6883e59203b604f4c0ecf421

Generated at Tue Apr 15 11:10:37 UTC 2025 using Jira 10.3.3#10030003-sha1:d220e3fefc8dfc6d47f522d3b9a20c1455e12b7b.