[PATCH 064/285] TG UPDATES: Santa's toy bag!

Fixed some miscellaneous stuff to prevent round-start crashing.
This commit is contained in:
Hawk-v3
2012-03-01 03:25:14 +00:00
parent b7f067fd4c
commit bff678772a
4 changed files with 39 additions and 1 deletions
+5
View File
@@ -23,6 +23,11 @@ var/savefile/Banlist
var/id = clientvar.computer_id
var/key = clientvar.ckey
if(!Banlist) // if Banlist cannot be located for some reason
LoadBans() // try to load the bans
if(!Banlist) // uh oh, can't find bans!
return 0 // ABORT ABORT ABORT
Banlist.cd = "/base"
if (Banlist.dir.Find("[key][id]"))
Banlist.cd = "[key][id]"