mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-02-04 06:21:35 +01:00
Add missing ;
This commit is contained in:
parent
3879d582d3
commit
83e8dac6a0
@ -194,7 +194,7 @@ public class SignProtection extends EssentialsSign
|
||||
}
|
||||
else if (state == SignProtectionState.NOT_ALLOWED && retstate != SignProtectionState.ALLOWED)
|
||||
{
|
||||
retstate = state
|
||||
retstate = state;
|
||||
}
|
||||
}
|
||||
return retstate;
|
||||
|
Loading…
Reference in New Issue
Block a user