Derp "DEBUG".

Analyzer now fit on utitity belt.
Also t-ray scanner now fit on utitity belt.


git-svn-id: http://tgstation13.googlecode.com/svn/trunk@774 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
rastaf.zero@gmail.com
2011-01-04 13:58:53 +00:00
parent be65045f56
commit 89fde1f3c3
2 changed files with 1 additions and 3 deletions
@@ -41,8 +41,6 @@ mob/new_player
src.changes()
else
var/lastchangelog = length('changelog.html')
world << "DEBUG: lastchangelog = [lastchangelog]"
world << "DEBUG: preferences.lastchangelog = [preferences.lastchangelog]"
if (!src.client.changes && preferences.lastchangelog!=lastchangelog)
src.changes()
preferences.lastchangelog = lastchangelog