mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 06:00:16 +01:00
fix examine_block to boxed_message
This commit is contained in:
@@ -119,7 +119,7 @@ SUBSYSTEM_DEF(vote)
|
||||
)
|
||||
log_vote("vote finalized", vote_log_data)
|
||||
if(to_display)
|
||||
to_chat(world, examine_block(vote_font("[to_display]"))) // BUBBER EDIT CHANGE - span_infoplain changed to examine_block
|
||||
to_chat(world, custom_boxed_message("purple_box", vote_font("[to_display]"))) // BUBBER EDIT CHANGE - span_infoplain changed to examine_block
|
||||
|
||||
// Finally, doing any effects on vote completion
|
||||
current_vote.finalize_vote(final_winner)
|
||||
|
||||
Reference in New Issue
Block a user