diff options
Diffstat (limited to 'builtin/game')
-rw-r--r-- | builtin/game/init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/game/init.lua b/builtin/game/init.lua index e2635f07a..ab1503dee 100644 --- a/builtin/game/init.lua +++ b/builtin/game/init.lua @@ -1,5 +1,5 @@ -local scriptpath = core.get_builtin_path()..DIR_DELIM +local scriptpath = core.get_builtin_path() local commonpath = scriptpath.."common"..DIR_DELIM local gamepath = scriptpath.."game"..DIR_DELIM |