mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-09 15:27:45 +07:00
Reduced reflection usage / Improved event system
This commit is contained in:
@ -94,7 +94,7 @@ public class ServerControl extends Module{
|
||||
"&lrWARNING: &lyIt is highly advised to specify which version you're using by building with gradle args &lc-Pbuildversion=&lm<build>&ly so that clients know which version you are using.");
|
||||
}
|
||||
|
||||
Events.on(GameOverEvent.class, () -> {
|
||||
Events.on(GameOverEvent.class, event -> {
|
||||
if(inExtraRound) return;
|
||||
info("Game over!");
|
||||
|
||||
|
Reference in New Issue
Block a user