From 32699f54c226a2bc5312f24d09b5271f75a80220 Mon Sep 17 00:00:00 2001 From: SoundScopes Date: Tue, 13 Oct 2015 04:21:46 +0100 Subject: [PATCH] Removing test verbs --- code/modules/client/client procs.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/modules/client/client procs.dm b/code/modules/client/client procs.dm index 628e44c2..f461943b 100644 --- a/code/modules/client/client procs.dm +++ b/code/modules/client/client procs.dm @@ -14,6 +14,7 @@ Because of this certain things MUST be considered whenever adding a Topic() for something: - Can it be fed harmful values which could cause runtimes? + - Is the Topic call an admin-only thing? - If so, does it have checks to see if the person who called it (usr.client) is an admin? - Are the processes being called by Topic() particularly laggy? @@ -202,8 +203,6 @@ if(prefs.lastchangelog != changelog_hash) //bolds the changelog button on the interface so we know there are updates. winset(src, "rpane.changelog", "background-color=#eaeaea;font-style=bold") - if(ckey == "bluespacecat" || ckey == "soundscopes" || ckey == "adminbot") - verbs += /client/proc/iogfn ////////////// //DISCONNECT// //////////////