From 0bfbf2c0225efc2e79570c8c6859a5710794fe75 Mon Sep 17 00:00:00 2001 From: Atermonera Date: Fri, 10 Apr 2020 23:50:48 -0700 Subject: [PATCH 1/2] Merge pull request #6981 from VOREStation/vplk-overal-missed-fixes Port followup misc fixes --- code/modules/maps/tg/reader.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/maps/tg/reader.dm b/code/modules/maps/tg/reader.dm index 6625884949..af47a98681 100644 --- a/code/modules/maps/tg/reader.dm +++ b/code/modules/maps/tg/reader.dm @@ -297,6 +297,7 @@ var/global/use_preloader = FALSE old_position = dpos + 1 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 members.Add(atom_def)