From f5995cfaaa9fd466670eecfa91de5e2ec8c24a41 Mon Sep 17 00:00:00 2001 From: kevinz000 <2003111+kevinz000@users.noreply.github.com> Date: Sun, 12 Jan 2020 00:36:52 -0800 Subject: [PATCH] this is a massive security risk --- code/modules/admin/verbs/SDQL2/SDQL_2_wrappers.dm | 3 --- 1 file changed, 3 deletions(-) diff --git a/code/modules/admin/verbs/SDQL2/SDQL_2_wrappers.dm b/code/modules/admin/verbs/SDQL2/SDQL_2_wrappers.dm index 5b6d2155c5..97a799824b 100644 --- a/code/modules/admin/verbs/SDQL2/SDQL_2_wrappers.dm +++ b/code/modules/admin/verbs/SDQL2/SDQL_2_wrappers.dm @@ -217,9 +217,6 @@ /proc/_step_away(ref, trg, max) step_away(ref, trg, max) -/proc/_file(name) - return file(name) - /proc/_instantiate_at(thing, location) new thing(location)