Fix tank UI for ghosts

istype is needed
This commit is contained in:
Bjorn Neergaard
2016-02-05 17:06:08 -06:00
parent 46fe1f82a5
commit 14ee8eec08
3 changed files with 10 additions and 11 deletions
-1
View File
@@ -80,7 +80,6 @@
* Open this UI (and initialize it with data).
**/
/datum/tgui/proc/open()
set waitfor = 0 // Don't wait on sleep()s.
if(!user.client)
return // Bail if there is no client.