Uploaded image for project: 'Spigot'
  1. Spigot
  2. SPIGOT-6087

Signs will not update on client automatically (rejoin needed)

XMLWordPrintable

    • 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.

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

              Created:
              Updated:
              Resolved: