mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 11:43:31 +00:00
Fixes #6488
This commit is contained in:
@@ -54,7 +54,7 @@
|
|||||||
return
|
return
|
||||||
cmd_admin_irc_pm()
|
cmd_admin_irc_pm()
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
//Logs all hrefs
|
//Logs all hrefs
|
||||||
@@ -110,7 +110,7 @@
|
|||||||
if(byond_version < MIN_CLIENT_VERSION) //Out of date client.
|
if(byond_version < MIN_CLIENT_VERSION) //Out of date client.
|
||||||
return null
|
return null
|
||||||
|
|
||||||
if(IsGuestKey(key))
|
if(!guests_allowed && 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")
|
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)
|
del(src)
|
||||||
return
|
return
|
||||||
@@ -254,7 +254,7 @@
|
|||||||
|
|
||||||
//send resources to the client. It's here in its own proc so we can move it around easiliy if need be
|
//send resources to the client. It's here in its own proc so we can move it around easiliy if need be
|
||||||
/client/proc/send_resources()
|
/client/proc/send_resources()
|
||||||
|
|
||||||
getFiles(
|
getFiles(
|
||||||
'html/search.js',
|
'html/search.js',
|
||||||
'html/panels.css',
|
'html/panels.css',
|
||||||
|
|||||||
Reference in New Issue
Block a user