mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
Optimize ChatBot loading.
This commit is contained in:
parent
096ea0c70c
commit
87026e1bfb
13 changed files with 264 additions and 249 deletions
|
|
@ -45,7 +45,7 @@ namespace MinecraftClient.Commands
|
|||
|
||||
private int DoExit(CmdResult r, int code = 0)
|
||||
{
|
||||
Program.Exit(code);
|
||||
Program.SetExit(code);
|
||||
return r.SetAndReturn(CmdResult.Status.Done);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue