1
0
Fork 0
mirror of https://github.com/Sollace/Unicopia.git synced 2025-04-18 09:04:06 +02:00

Enable flight so servers don't spurg out

This commit is contained in:
Sollace 2018-09-16 00:43:57 +02:00
parent 70871975c0
commit f6afc7413d

View file

@ -7,5 +7,7 @@ public class Commands {
public static void init(FMLServerStartingEvent event) {
event.registerServerCommand(new CommandOverrideGameMode());
event.registerServerCommand(new CommandSpecies());
event.getServer().setAllowFlight(true);
}
}