1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-17 03:54:19 +02:00

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)
{
retstate = state
retstate = state;
}
}
return retstate;