From e69e176abe9a21e6c1ab0c44da0d3d71577d8827 Mon Sep 17 00:00:00 2001 From: RedWolfie <13683223+RedWolfie@users.noreply.github.com> Date: Sat, 26 Sep 2020 00:41:12 +0200 Subject: [PATCH] fixed the toggle guests command (#14288) * fixed the toggle guests command * removed entire check as req --- code/modules/client/client procs.dm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/code/modules/client/client procs.dm b/code/modules/client/client procs.dm index b5f5c51ba59..ddf24587212 100644 --- a/code/modules/client/client procs.dm +++ b/code/modules/client/client procs.dm @@ -335,11 +335,6 @@ if(byond_version < SUGGESTED_CLIENT_VERSION) // Update is suggested, but not required. to_chat(src,"Your BYOND client (v: [byond_version]) is out of date. This can cause glitches. We highly suggest you download the latest client from http://www.byond.com/ before playing. ") - if(IsGuestKey(key)) - alert(src,"This server doesn't allow guest accounts to play. Please go to http://www.byond.com/ and register for a key.","Guest","OK") - qdel(src) - return - to_chat(src, "If the title screen is black, resources are still downloading. Please be patient until the title screen appears.")