Removes a qdel(client) call.

Clients are not subtypes of datums. The garbage collector does not like this.
This commit is contained in:
PsiOmega
2015-07-05 21:01:09 +02:00
parent 0ea44fe5c9
commit 944b167e10
+2 -2
View File
@@ -33,7 +33,7 @@
if( findtext(href,"<script",1,0) )
world.log << "Attempted use of scripts within a topic call, by [src]"
message_admins("Attempted use of scripts within a topic call, by [src]")
//qdel(usr)
//del(usr)
return
//Admin PM
@@ -112,7 +112,7 @@
if(!config.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")
qdel(src)
del(src)
return
// Change the way they should download resources.