diff --git a/code/modules/client/client procs.dm b/code/modules/client/client procs.dm index 80c4114059a..c64521f7745 100644 --- a/code/modules/client/client procs.dm +++ b/code/modules/client/client procs.dm @@ -221,7 +221,7 @@ return null if(IsGuestKey(key)) - alert(src,"Baystation12 doesn't allow guest accounts to play. Please go to http://www.byond.com/ and register for a key.","Guest","OK") + 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") del(src) return