mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
Delete MinecraftClient.ini
This commit is contained in:
parent
16c1d1fd77
commit
e4952dbee0
13 changed files with 46 additions and 362 deletions
|
|
@ -26,7 +26,11 @@ namespace MinecraftClient.ChatBots
|
|||
|
||||
public string FileWords_FR = "hangman-fr.txt";
|
||||
|
||||
public void OnSettingUpdate() { }
|
||||
public void OnSettingUpdate()
|
||||
{
|
||||
FileWords_EN ??= string.Empty;
|
||||
FileWords_FR ??= string.Empty;
|
||||
}
|
||||
}
|
||||
|
||||
private int vie = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue