forked from MagicBane/Server
See Invis Bug Addressed
This commit is contained in:
@@ -3324,7 +3324,9 @@ public class PlayerCharacter extends AbstractCharacter {
|
||||
|
||||
if (this.equals(tar))
|
||||
return true;
|
||||
|
||||
if(this.getSeeInvis() >= 20){
|
||||
return !tar.safemodeInvis();
|
||||
}
|
||||
return this.getSeeInvis() >= tar.hidden && !tar.safemodeInvis();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user