Get Turf Optimizations

This commit is contained in:
Fox-McCloud
2015-06-09 21:29:21 -04:00
parent 276c218b8e
commit c6cc874869
8 changed files with 42 additions and 60 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ var/list/sounds_cache = list()
log_admin("[key_name(src)] played a local sound [S]")
message_admins("[key_name_admin(src)] played a local sound [S]", 1)
playsound(get_turf_loc(src.mob), S, 50, 0, 0)
playsound(get_turf(src.mob), S, 50, 0, 0)
feedback_add_details("admin_verb","PLS") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!
/client/proc/play_server_sound()