Get rid of broken name hack

master
Lars Mueller 2022-06-30 22:21:58 +02:00
parent 2c92b0b992
commit 8cf8a755ae
2 changed files with 2 additions and 10 deletions

View File

@ -20,14 +20,7 @@ Potentially partially redundant with the `deprecated_lua_api_handling` setting.
## Usage
Simply install, enable & configure the mod and you're good to go.
### `mod.conf`
Consider optionally depending on `__strictest` to ensure that runtime strictness is available at load-time.
Currently this isn't necessary since the leading double underscores (`__`) already ensure that `__strictest` loads first,
but it might become necessary in the future if mod load order is changed to not use reverse alphabetical order.
Install & enable `strictest`, then **make sure to optionally depend on it** in `mod.conf`.
## License

View File

@ -1,4 +1,3 @@
# HACK use a double underscore to load before "all" other mods (reverse alphabetical order)
name = __strictest
name = strictest
title = Runtime Strictness
description = Disallows questionable usage of the Lua API & Lua itself to help catch errors