Use directory delimter constant

Reported by @kostett, probably the cause of buggy nodedb saving
master
orwell96 2018-01-15 13:33:43 +01:00 committed by GitHub
parent 7507dbba3a
commit 27afd89d1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ local function ndbset(x,y,z,v)
end
local path=minetest.get_worldpath().."/advtrains_ndb2"
local path=minetest.get_worldpath()..DIR_DELIM.."advtrains_ndb2"
--load
--nodeids get loaded by advtrains init.lua and passed here
function ndb.load_data(data)