mirror of
https://github.com/essentials/Essentials.git
synced 2025-02-24 08:22:56 +01:00
SignProtection code fix number 92324
This commit is contained in:
parent
6396689991
commit
5230c73ed5
@ -158,7 +158,7 @@ public class SignProtection extends EssentialsSign
|
||||
return SignProtectionState.ALLOWED;
|
||||
}
|
||||
}
|
||||
if (ChatColor.stripColor(sign.getLine(3).substring(2)).equalsIgnoreCase(username))
|
||||
if (ChatColor.stripColor(sign.getLine(3)).equalsIgnoreCase(username))
|
||||
{
|
||||
return SignProtectionState.OWNER;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user