mirror of
https://gitea.your-land.de/Sokomine/yl_speak_up.git
synced 2025-06-18 21:28:03 +02:00
fixed typo in file name
This commit is contained in:
parent
722556b37f
commit
58329d03a1
2
init.lua
2
init.lua
@ -55,7 +55,7 @@ dofile(modpath .. "edit_mode_apply_changes.lua")
|
||||
-- Note: No special privs are needed to call custom functions. But...
|
||||
-- of course you can change them only if you have access to
|
||||
-- the server's file system or can execute lua code.
|
||||
dofile(modpath .. "custrom_functions_you_can_override.lua")
|
||||
dofile(modpath .. "custom_functions_you_can_override.lua")
|
||||
-- execute preconditions, actions and effects
|
||||
dofile(modpath .. "exec_eval_preconditions.lua")
|
||||
dofile(modpath .. "exec_actions.lua")
|
||||
|
Loading…
Reference in New Issue
Block a user