mirror of
https://github.com/Sollace/Unicopia.git
synced 2025-02-01 03:26:44 +01:00
Enable flight so servers don't spurg out
This commit is contained in:
parent
70871975c0
commit
f6afc7413d
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue