fixed typo in file name

This commit is contained in:
Sokomine 2022-06-26 23:30:44 +02:00
parent 722556b37f
commit 58329d03a1
2 changed files with 1 additions and 1 deletions

View File

@ -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")