Generic cleanup

This commit is contained in:
Erik Broes
2011-06-12 00:02:58 +02:00
parent 938db4de2d
commit 96b1b8a10c
37 changed files with 667 additions and 635 deletions

View File

@@ -62,7 +62,7 @@ public class MinecraftServer implements Runnable, ICommandListener {
public MinecraftServer(OptionSet options) { // CraftBukkit - adds argument OptionSet
new ThreadSleepForever(this);
// CraftBukkit start
// CraftBukkit start
this.options = options;
try {
this.reader = new ConsoleReader();
@@ -437,7 +437,7 @@ public class MinecraftServer implements Runnable, ICommandListener {
StatisticList.a();
try {
MinecraftServer minecraftserver = new MinecraftServer(options); // CraftBukkit pass in the options
MinecraftServer minecraftserver = new MinecraftServer(options); // CraftBukkit - pass in the options
// CraftBukkit - remove gui