reverted # from server console

This commit is contained in:
Tahg
2011-01-18 19:42:49 -05:00
parent eace2d0f8a
commit abb3c5eee6
3 changed files with 29 additions and 1 deletions

View File

@@ -449,7 +449,7 @@ public class MinecraftServer implements ICommandListener, Runnable {
}
}
} else {
a.info("Unknown console command. Type \"#help\" for help.");
a.info("Unknown console command. Type \"help\" for help.");
}
} while (true);
}