v2.5.1: fixed statues becoming passive on ascent reset

This commit is contained in:
Evan Debenham
2024-09-12 15:41:02 -04:00
parent 9e83f4cd96
commit 4759bddee8

View File

@@ -173,7 +173,6 @@ public class Statue extends Mob {
@Override
public boolean reset() {
state = PASSIVE;
return true;
}