Skip to content

Commit

Permalink
Adds back in a signal dropped by tgstation#45217 (tgstation#59053)
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjanomnom authored May 13, 2021
1 parent 5977289 commit 6bb29f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/admin/view_variables/modify_variables.dm
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,7 @@ GLOBAL_PROTECT(VVpixelmovement)
to_chat(src, "Your edit was rejected by the object.", confidential = TRUE)
return
vv_update_display(O, "varedited", VV_MSG_EDITED)
SEND_GLOBAL_SIGNAL(COMSIG_GLOB_VAR_EDIT, args)
log_world("### VarEdit by [key_name(src)]: [O.type] [variable]=[var_value] => [var_new]")
log_admin("[key_name(src)] modified [original_name]'s [variable] from [html_encode("[var_value]")] to [html_encode("[var_new]")]")
var/msg = "[key_name_admin(src)] modified [original_name]'s [variable] from [var_value] to [var_new]"
Expand Down

0 comments on commit 6bb29f0

Please sign in to comment.