Merge branch 'main' into dev-scene

This commit is contained in:
Melledy
2022-04-18 21:35:01 -07:00
parent 59c027eab9
commit cd81494b8f
22 changed files with 1335 additions and 549 deletions

View File

@@ -229,7 +229,7 @@ public class GenshinScene {
// Godmode check
if (target instanceof EntityAvatar) {
if (((EntityAvatar) target).getPlayer().hasGodmode()) {
if (((EntityAvatar) target).getPlayer().inGodmode()) {
return;
}
}