Merge pull request #10023 from PsiOmegaDelta/150705-NoClientQdel

Removes a qdel(client) call.
This commit is contained in:
Chinsky
2015-07-07 07:54:10 +03:00
+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.