Merge pull request #6981 from VOREStation/vplk-overal-missed-fixes

Port followup misc fixes
This commit is contained in:
Atermonera
2020-04-10 23:50:48 -07:00
committed by VirgoBot
parent 46d10bcaf9
commit 0bfbf2c022

View File

@@ -297,6 +297,7 @@ var/global/use_preloader = FALSE
old_position = dpos + 1 old_position = dpos + 1
if(!atom_def) // Skip the item if the path does not exist. Fix your crap, mappers! if(!atom_def) // Skip the item if the path does not exist. Fix your crap, mappers!
error("Maploader skipping undefined type: '[trim_text(copytext(full_def, 1, variables_start))]' (key=[model_key])")
continue continue
members.Add(atom_def) members.Add(atom_def)