mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-02 17:32:03 +01:00
Fixed creeper.setPowered
By: Dinnerbone <dinnerbone@dinnerbone.com>
This commit is contained in:
parent
b06922ac07
commit
7b2076bf67
1 changed files with 2 additions and 2 deletions
|
@ -21,9 +21,9 @@ public class CraftCreeper extends CraftMonster implements Creeper {
|
|||
|
||||
public void setPowered(boolean powered) {
|
||||
if (powered) {
|
||||
getHandle().W().a(17, 1);
|
||||
getHandle().W().b(17, 1);
|
||||
} else {
|
||||
getHandle().W().a(17, 0);
|
||||
getHandle().W().b(17, 0);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue