mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 12:37:26 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user