mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-23 19:15:32 +01:00
Fix mistranslation in isPlayerCreated() for IronGolems. Fixes BUKKIT-4543
This commit is contained in:
parent
da5d494b36
commit
e7539378fa
@ -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…
Reference in New Issue
Block a user