Widen and clarify structures test mode restrictions

develop
lethosor 2023-08-11 12:52:28 -04:00
parent 6bd0819635
commit 9aee332fbd
No known key found for this signature in database
GPG Key ID: 76A269552F4F58C1
2 changed files with 1 additions and 2 deletions

@ -1,4 +1,4 @@
config.mode = 'title'
config.mode = 'title' -- not safe to run when a world is loaded
config.target = 'core'
local function clean_vec(vec)

@ -1,4 +1,3 @@
config.mode = 'title'
config.target = 'core'
local function with_temp_global_address(name, addr, callback, ...)