From 2897b82345b2171a779ae2b1c4f56ab04308a1ae Mon Sep 17 00:00:00 2001 From: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com> Date: Wed, 9 Dec 2020 16:55:41 +0000 Subject: [PATCH] [Speedmerge] oops (#15072) --- code/modules/world_topic/_topic_base.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/world_topic/_topic_base.dm b/code/modules/world_topic/_topic_base.dm index 07a86f4da50..ad67482afe7 100644 --- a/code/modules/world_topic/_topic_base.dm +++ b/code/modules/world_topic/_topic_base.dm @@ -32,5 +32,4 @@ * * key_valid - Has the user entered the correct auth key */ /datum/world_topic_handler/proc/execute(list/input, key_valid = FALSE) - PRIVATE_PROC(TRUE) // Ensures no one can call this arbitrarily without checking key auth CRASH("execute() not implemented/overridden for [type]")