mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 23:27:34 +01:00
Merge pull request #14440 from MrStonedOne/patch-119
Fixes map loader not initializing map edited path/type vars
This commit is contained in:
@@ -298,6 +298,10 @@ var/global/dmm_suite/preloader/_preloader = null
|
||||
else if(copytext(trim_right,1,2) == "'")
|
||||
trim_right = file(copytext(trim_right,2,length(trim_right)))
|
||||
|
||||
//Check for path
|
||||
else if(ispath(text2path(trim_right)))
|
||||
trim_right = text2path(trim_right)
|
||||
|
||||
to_return[trim_left] = trim_right
|
||||
|
||||
else//simple var
|
||||
|
||||
Reference in New Issue
Block a user