Probably fixed abyss skull bug

This commit is contained in:
ceikry
2021-07-02 12:40:17 -05:00
parent fbcb2408a6
commit 1b01e2fcc6
@@ -76,6 +76,7 @@ public final class SkullManager {
return;
}
skullCauses.add(o);
player.clearState("skull");
player.registerState("skull").init();
}