Bugfixes
This commit is contained in:
@@ -5,6 +5,7 @@ import mindustry.core.GameState.*;
|
||||
import mindustry.ctype.*;
|
||||
import mindustry.entities.units.*;
|
||||
import mindustry.gen.*;
|
||||
import mindustry.net.*;
|
||||
import mindustry.type.*;
|
||||
import mindustry.world.*;
|
||||
|
||||
@@ -87,6 +88,14 @@ public class EventType{
|
||||
}
|
||||
}
|
||||
|
||||
public static class ClientPreConnectEvent{
|
||||
public final Host host;
|
||||
|
||||
public ClientPreConnectEvent(Host host){
|
||||
this.host = host;
|
||||
}
|
||||
}
|
||||
|
||||
public static class PlayerChatEvent{
|
||||
public final Player player;
|
||||
public final String message;
|
||||
|
||||
Reference in New Issue
Block a user