mirror of
https://hub.spigotmc.org/stash/scm/spigot/craftbukkit.git
synced 2025-08-31 22:30:15 +00:00
Fix mistranslation in isPlayerCreated() for IronGolems. Fixes BUKKIT-4543
This commit is contained in:
parent
da5d494b36
commit
e7539378fa
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ public class CraftIronGolem extends CraftGolem implements IronGolem {
|
|||
}
|
||||
|
||||
public boolean isPlayerCreated() {
|
||||
return getHandle().bS();
|
||||
return getHandle().bW();
|
||||
}
|
||||
|
||||
public void setPlayerCreated(boolean playerCreated) {
|
||||
|
|
Loading…
Add table
Reference in a new issue