forked from MagicBane/Server
box flag checker
This commit is contained in:
@@ -135,7 +135,7 @@ public enum InterestManager implements Runnable {
|
||||
if (cc == null)
|
||||
continue;
|
||||
|
||||
if (pcc.getObjectUUID() == absChar.getObjectUUID() && !sendToSelf)
|
||||
if (pcc.getObjectUUID() == absChar.getObjectUUID())
|
||||
continue;
|
||||
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user