Variable hidden elevated to abschar.

This commit is contained in:
2023-09-02 15:57:23 -04:00
parent d409ef49af
commit 71eeb3f6b8
6 changed files with 11 additions and 13 deletions
+1 -1
View File
@@ -788,7 +788,7 @@ public enum ChatManager {
it.remove();
else {
PlayerCharacter pcc = (PlayerCharacter) awo;
if (pcc.getSeeInvis() < pc.getHidden())
if (pcc.getSeeInvis() < pc.hidden)
it.remove();
}
}