mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-16 11:37:30 +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)
|
||||
{
|
||||
retstate = state
|
||||
retstate = state;
|
||||
}
|
||||
}
|
||||
return retstate;
|
||||
|
Reference in New Issue
Block a user