mirror of
https://git.zelz.net/catfoolyou/Project164.git
synced 2025-12-15 22:47:41 +00:00
Get ready to fix entityList
This commit is contained in:
@@ -33,7 +33,6 @@ import net.minecraft.src.RConConsoleSource;
|
||||
import net.minecraft.src.ReportedException;
|
||||
import net.minecraft.src.ServerCommandManager;
|
||||
import net.minecraft.src.ServerConfigurationManager;
|
||||
import net.minecraft.src.ThreadMinecraftServer;
|
||||
import net.minecraft.src.World;
|
||||
import net.minecraft.src.WorldInfo;
|
||||
import net.minecraft.src.WorldManager;
|
||||
@@ -647,11 +646,6 @@ public abstract class MinecraftServer implements ICommandSender, Runnable
|
||||
return true;
|
||||
}
|
||||
|
||||
public void startServerThread()
|
||||
{
|
||||
(new ThreadMinecraftServer(this, "Server thread")).start();
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns a File object from the specified string.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user