Signs will not update on client automatically (rejoin needed)

    • git-Spigot-379750e-2e178b0 (MC: 1.16.2) (Implementing API version 1.16.2-R0.1-SNAPSHOT)
    • Yes

      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.

          [SPIGOT-6087] Signs will not update on client automatically (rejoin needed)

          CodingAir added a comment - - edited

          CodingAir added a comment - - edited Fixed with https://hub.spigotmc.org/stash/projects/SPIGOT/repos/craftbukkit/commits/9a9c2234a4fba5bfbd91e20cc866eb3ba9224c7b

          Black Hole added a comment -

          Black Hole added a comment - Probably caused by  https://hub.spigotmc.org/stash/projects/SPIGOT/repos/craftbukkit/commits/fad5fb9e8cfc2a2c6883e59203b604f4c0ecf421

            Assignee:
            Unassigned
            Reporter:
            CodingAir
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: