]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - builtin/game/init.lua
Fix core.download_file() creating empty files on HTTP error
[dragonfireclient.git] / builtin / game / init.lua
index e2635f07abef7aa3149ab0f3073d677f4ffe04c9..ab1503dee411436c9105fb4edec16431844c9300 100644 (file)
@@ -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