mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-14 20:23:26 +00:00
Removed and commented out the last traces of goon auth. code
This commit is contained in:
@@ -23,7 +23,7 @@ proc/sql_poll_admins()
|
||||
return
|
||||
var/admincount = 0
|
||||
for (var/mob/M in world)
|
||||
if(M && M.client && M.client.holder && M.client.authenticated)
|
||||
if(M && M.client && M.client.holder)
|
||||
admincount += 1
|
||||
var/DBConnection/dbcon = new()
|
||||
dbcon.Connect("dbi:mysql:[sqldb]:[sqladdress]:[sqlport]","[sqllogin]","[sqlpass]")
|
||||
|
||||
Reference in New Issue
Block a user