mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
Webclient re-enabled for admins (#10390)
* re-enable webclient for admins. * added changelog
This commit is contained in:
@@ -136,8 +136,10 @@
|
||||
admins += src
|
||||
holder.owner = src
|
||||
|
||||
if(connection != "seeker") //Invalid connection type.
|
||||
return null
|
||||
if(connection != "seeker") //Invalid connection type.
|
||||
if(connection == "web")
|
||||
if(!holder) return null
|
||||
else return null
|
||||
|
||||
if(byond_version < MIN_CLIENT_VERSION) //Out of date client.
|
||||
message_admins("[key]/[ckey] has connected with an out of date client! Their version: [byond_version]. They will be kicked shortly.")
|
||||
|
||||
Reference in New Issue
Block a user