Removed a debug message.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3909 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
elly1989@rocketmail.com
2012-06-24 09:01:17 +00:00
parent 892feed4c3
commit 65a84484cf
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -2,7 +2,6 @@
set category = "Fun"
set name = "Play Global Sound"
//if(Debug2)
if(!src.holder)
src << "Only administrators may use this command."
return
@@ -127,7 +127,6 @@ Please contact me on #coderbus IRC. ~Carn x
//this proc is messy as I was forced to include some old laggy cloaking code to it so that I don't break cloakers
//I'll work on removing that stuff by rewriting some of the cloaking stuff at a later date.
/mob/living/carbon/human/update_icons()
if(Debug2) world << "human/update_icons()"
lying_prev = lying //so we don't update overlays for lying/standing unless our stance changes again
update_hud() //TODO: remove the need for this