mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-01 20:50:41 +01: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…
Reference in a new issue