mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Fix player head setting not being loaded
This commit is contained in:
parent
42e706d1a7
commit
d295f3b181
1 changed files with 1 additions and 0 deletions
|
|
@ -146,6 +146,7 @@ namespace MinecraftClient
|
|||
case "consoletitle": ConsoleTitle = argValue; break;
|
||||
case "timestamps": chatTimeStamps = str2bool(argValue); break;
|
||||
case "exitonfailure": exitOnFailure = str2bool(argValue); break;
|
||||
case "playerheadicon": playerHeadAsIcon = str2bool(argValue); break;
|
||||
case "mcversion": ServerVersion = argValue; break;
|
||||
|
||||
case "botowners":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue