Get ready to fix entityList

This commit is contained in:
catfoolyou
2025-03-04 14:39:35 -05:00
parent 656f3ce628
commit 59c4aa7508
13 changed files with 11 additions and 375 deletions

View File

@@ -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.
*/