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

This reverts commit bdf5d326f5.
This commit is contained in:
EvilSeph
2012-10-30 02:50:38 -04:00
parent 629f2e5c58
commit 2bc78a82fe
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) {