Bluh, quick hotfix. Seems the null check messes up latejoiners.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2029 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
mport2004@gmail.com
2011-08-20 05:22:39 +00:00
parent c526717fbf
commit 61c9acb50a
@@ -143,7 +143,6 @@ mob/new_player
stat("[player.key]", (player.ready)?("(Playing)"):(null))
Topic(href, href_list[])
if(!src.client) return
if(href_list["show_preferences"])
preferences.ShowChoices(src)
return 1