1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-31 02:10:06 +02:00

SignProtection code fix number 92324

This commit is contained in:
ementalo
2011-07-22 17:16:08 +01:00
parent 6a1c53dd01
commit 304b13ca5e

View File

@@ -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;
}