Skip to content

Commit c2e5f6c

Browse files
committed
oops
1 parent 43f1112 commit c2e5f6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/modules/vox/vox_holder.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
/datum/vox_holder/ui_interact(mob/user, datum/tgui/ui)
2525
ui = SStgui.try_update_ui(user, src, ui)
2626
if(!ui)
27-
ui = new(user, src, "VOX", title)
27+
ui = new(user, src, "VOX")
2828
ui.open()
2929

3030
/datum/vox_holder/ui_act(action, list/params, datum/tgui/ui, datum/ui_state/state)

0 commit comments

Comments
 (0)