This repository has been archived by the owner on Feb 28, 2024. It is now read-only.
1.11.0
- ModConfiguration.Save() antispam to prevent API misuse from mods
- spam will be logged at the Warn level. There will be name calling. How shameful!
- spammy callers will be subject to a 3 second delay, during which any subsequent calls will reset the delay and drop the earlier call
- non-spammy callers will still be able to save with no delay
- all config saving is now performed on a background thread
- New logging functions allow you to skip expensive string building for debug logs
- NeosMod.IsDebugEnabled()
- NeosMod.DebugFunc()
- @Banane9 added a new enumerable injector utility