Upgrades SDQL2 and refactors it to a datum

This commit is contained in:
kevinz000
2019-01-09 18:12:12 -08:00
committed by Novacat
parent bac2ebb883
commit dfbd0bd72b
35 changed files with 2487 additions and 1569 deletions

View File

@@ -592,7 +592,7 @@
if("Dead Mobs")
usr << jointext(dead_mob_list,",")
if("Clients")
usr << jointext(clients,",")
usr << jointext(GLOB.clients,",")
/client/proc/cmd_debug_using_map()
set category = "Debug"