forked from MagicBane/Server
bounty hunter eyes see invis
This commit is contained in:
@@ -2782,6 +2782,8 @@ public class PlayerCharacter extends AbstractCharacter {
|
||||
}
|
||||
|
||||
public void setHidden(int value) {
|
||||
if(value > 20)
|
||||
value = 20;
|
||||
this.hidden = value;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user