Ban player ID before IP

This commit is contained in:
Anuken
2021-03-18 12:57:27 -04:00
parent aa7936100e
commit bfa9d65314
5 changed files with 3 additions and 4 deletions

View File

@@ -419,6 +419,7 @@ public class EventType{
}
public static class PlayerBanEvent{
@Nullable
public final Player player;
public PlayerBanEvent(Player player){
@@ -427,6 +428,7 @@ public class EventType{
}
public static class PlayerUnbanEvent{
@Nullable
public final Player player;
public PlayerUnbanEvent(Player player){