Add missing ;

This commit is contained in:
snowleo 2011-09-20 15:53:26 +03:00
parent 3879d582d3
commit 83e8dac6a0

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;