mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-17 12:01:20 +02:00
Add missing ;
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user