Add default WeatherCommand. Partially fixes BUKKIT-2671

By: EvilSeph <evilseph@gmail.com>
This commit is contained in:
Bukkit/Spigot
2012-10-29 02:39:05 -04:00
parent 65c2b7e7db
commit 1b0c7f2c90
2 changed files with 79 additions and 0 deletions

View File

@@ -54,6 +54,7 @@ public class SimpleCommandMap implements CommandMap {
fallbackCommands.add(new DefaultGameModeCommand());
fallbackCommands.add(new SeedCommand());
fallbackCommands.add(new DifficultyCommand());
fallbackCommands.add(new WeatherCommand());
}
public SimpleCommandMap(final Server server) {