punchready

Results 3 issues of punchready

### Description It appears that on some systems, the `CompileMethodHook` overrides Win32's `LastError` somewhere in the execution of `InvokeRealCompileMethod`. This is observed when initializing `DetourHelper.Runtime` which causes the jit hooks...

bug

Added a robust parsing method for positive timespans using an `ulong`. Commands that parse timespans now support up to `9999999` days. The old method must stay unmodified for compatibility, other...

size/M

The command was randomly changed in https://github.com/Pryaxis/TShock/commit/05a4e025f7831c6163daa8fbdb1c9436e61aa45e to parse as int instead but not do any conversions. This fixes it, allows entering the value in mph, and limits the range...

size/S