mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-05-07 16:17:31 +00:00
Add missing ;
This commit is contained in:
parent
3879d582d3
commit
83e8dac6a0
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue