box flag checker

This commit is contained in:
2024-05-28 22:23:40 -05:00
parent ead86efcf6
commit 4089f72d8f
9 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ public class SetLevelCmd extends AbstractDevCmd {
tar.setLevel((short) level);
this.setTarget(tar); //for logging
ChatManager.chatSayInfo(pc, tar.getFirstName() + " level changed to " + level);
InterestManager.reloadCharacter(tar);
InterestManager.reloadCharacter(tar,false);
}
@Override