Revert "Clear" commit, was not meant to be pushed.

This reverts commit bdf5d326f5910993c1f7e48b4409f7b0d53c1926.

By: EvilSeph <evilseph@gmail.com>
This commit is contained in:
Bukkit/Spigot
2012-10-30 02:50:38 -04:00
parent e20c3d1e55
commit c85072fc41
2 changed files with 0 additions and 110 deletions

View File

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