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.")