1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-17 12:01:20 +02:00

Add missing ;

This commit is contained in:
snowleo
2011-09-20 15:53:26 +03:00
parent cffd84ee69
commit 630a149392

View File

@@ -194,7 +194,7 @@ public class SignProtection extends EssentialsSign
} }
else if (state == SignProtectionState.NOT_ALLOWED && retstate != SignProtectionState.ALLOWED) else if (state == SignProtectionState.NOT_ALLOWED && retstate != SignProtectionState.ALLOWED)
{ {
retstate = state retstate = state;
} }
} }
return retstate; return retstate;