mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Fix the error message in str2double.
This commit is contained in:
parent
5571b99a03
commit
36d2a2c731
3 changed files with 4 additions and 2 deletions
|
|
@ -966,7 +966,7 @@ namespace MinecraftClient
|
|||
return num;
|
||||
else
|
||||
{
|
||||
ConsoleIO.WriteLogLine(Translations.Get("error.setting.str2int", str));
|
||||
ConsoleIO.WriteLogLine(Translations.Get("error.setting.str2double", str));
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue