boxshroud fixes

This commit is contained in:
2024-02-14 13:48:34 -06:00
parent a6a2629fd5
commit 3ef3a0c37c
2 changed files with 6 additions and 1 deletions
+1
View File
@@ -4829,6 +4829,7 @@ public class PlayerCharacter extends AbstractCharacter {
if (pc.isBoxed == true)
continue;
this.isBoxed = true;
break;
}
}
}