Add mp-server

This commit is contained in:
catfoolyou
2025-02-28 13:41:21 -05:00
parent 3f7df728c9
commit 1740bd5e4c
95 changed files with 86608 additions and 29663 deletions

View File

@@ -550,7 +550,7 @@ public abstract class MinecraftServer implements ICommandSender, Runnable, IPlay
if (this.startProfiling)
{
this.startProfiling = false;
this.theProfiler.profilingEnabled = true;
this.theProfiler.profilingEnabled = false;
this.theProfiler.clearProfiling();
}