Fixing stationary and instrument-less song datum UIs not updating. (#12425)

* Fixing stationary and instrument-less song datums not updating.

* I forgot this one.
This commit is contained in:
Ghom
2020-06-05 00:53:57 +02:00
committed by GitHub
parent fabfd684ce
commit d687a04507
3 changed files with 2 additions and 3 deletions
-2
View File
@@ -223,8 +223,6 @@
/// Updates the window for our user. Override in subtypes.
/datum/song/proc/updateDialog(mob/user = usr)
if(user.machine != src)
return
ui_interact(user)
/datum/song/process(wait)