You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[04:10:10] [Info] : Command Input: /dekessler 0.1
[04:10:10] [Error] : Error handling server command. Maybe a typo? Input string was not in a correct format. at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
at System.Convert.ToInt32(String value)
at KMPServer.Server.dekesslerServerCommand(String[] parts)
at KMPServer.Server.processCommand(String input)
I know there is no time like 0.1 minutes, but that might help polish the code a bit...
version 0.1.5.2 (dev)
The text was updated successfully, but these errors were encountered:
By the looks of it this is caused on line 1284 (minsToKeep = Convert.ToInt32(args[0]);) which is then mutlipled by 60 and parsed as a double on 1292 (Convert.ToDouble(minsToKeep * 60);)
[04:10:10] [Info] : Command Input: /dekessler 0.1
[04:10:10] [Error] : Error handling server command. Maybe a typo? Input string was not in a correct format. at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
at System.Convert.ToInt32(String value)
at KMPServer.Server.dekesslerServerCommand(String[] parts)
at KMPServer.Server.processCommand(String input)
I know there is no time like 0.1 minutes, but that might help polish the code a bit...
version 0.1.5.2 (dev)
The text was updated successfully, but these errors were encountered: