Added the KICK_WHITELIST Result for players being kicked from not being on the whitelist, just because KICK_BANNED didn't seem to fit.
This commit is contained in:
parent
a1e7fb38c1
commit
9baed69563
@ -96,6 +96,11 @@ public class PlayerLoginEvent extends PlayerEvent {
|
||||
*/
|
||||
KICK_BANNED,
|
||||
|
||||
/**
|
||||
* The player is not allowed to log in, due to them not being on the white list
|
||||
*/
|
||||
KICK_WHITELIST,
|
||||
|
||||
/**
|
||||
* The player is not allowed to log in, for reasons undefined
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user