diff --git a/code/modules/admin/admin.dm b/code/modules/admin/admin.dm index 343f5d3439a..a756c346a2f 100644 --- a/code/modules/admin/admin.dm +++ b/code/modules/admin/admin.dm @@ -1302,6 +1302,7 @@ var/global/floorIsLava = 0 if(!chosen) return + //preloader is hooked to atom/New(), and is automatically deleted once it 'loads' an object _preloader = new(varchanges, chosen) if(ispath(chosen,/turf))