Add existing commands

This commit is contained in:
KingRainbow44
2022-04-18 22:10:41 -04:00
Unverified
parent 61c0ff36e7
commit b35ee455e5
5 changed files with 431 additions and 299 deletions
@@ -344,7 +344,7 @@ public class World implements Iterable<GenshinPlayer> {
// Godmode check
if (target instanceof EntityAvatar) {
if (((EntityAvatar) target).getPlayer().hasGodmode()) {
if (((EntityAvatar) target).getPlayer().inGodmode()) {
return;
}
}