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

Signs sendSignChange method bug, different one

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • None
    • None
    • None
    • 1.20
    • Yes

      https://hub.spigotmc.org/stash/projects/SPIGOT/repos/craftbukkit/commits/5863a2eaefe37920cbfa7dbd04f35f0cb2555cfa#src/main/java/org/bukkit/craftbukkit/entity/CraftPlayer.java?f=698

      This line is incorrect, should be

      Preconditions.checkArgument(lines.length <= 4, "lines (%s) must be 4 or less", lines.length); 

      As now it can only work with 3 lines being passed and not all 4

            Unassigned Unassigned
            Zrips Zrips
            Votes:
            4 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated: