diff options
Diffstat (limited to 'clientmods/preview/init.lua')
-rw-r--r-- | clientmods/preview/init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clientmods/preview/init.lua b/clientmods/preview/init.lua index 809e4f017..150db1816 100644 --- a/clientmods/preview/init.lua +++ b/clientmods/preview/init.lua @@ -1,6 +1,7 @@ local modname = core.get_current_modname() or "??" local modstorage = core.get_mod_storage() +dofile("preview:example.lua") -- This is an example function to ensure it's working properly, should be removed before merge core.register_on_shutdown(function() print("[PREVIEW] shutdown client") |