Closed Maxopoly closed 8 years ago
You could give your ban check MONITOR priority, so it's guaranteed after CBan check.
Lol max no, never ever set any state of anything using monitor. We can just remove the kick message https://github.com/Civcraft/PrisonPearl/blob/master/src/vg/civcraft/mc/prisonpearl/listener/BanListener.java#L52 there since cbanmanagement will handle it.
Hmm alright. What's so bad about monitor?
MONITOR should never alter the event they receive...
https://github.com/Civcraft/PrisonPearl/blob/master/src/vg/civcraft/mc/prisonpearl/managers/ban/CBanManager.java#L28