Merge pull request #1887 from Markolie/performance

sortAtom removal, performance fixes
This commit is contained in:
Fox-McCloud
2015-08-29 18:10:30 -04:00
12 changed files with 20 additions and 46 deletions
+1 -1
View File
@@ -131,7 +131,7 @@
usr.loc = M.loc
feedback_add_details("admin_verb","GK") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!
/client/proc/sendmob(var/mob/M in sortmobs())
/client/proc/sendmob(var/mob/M in mob_list)
set category = "Admin"
set name = "Send Mob"