mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-25 04:57:47 +01:00
tgui usr to ui.user
This commit is contained in:
@@ -195,6 +195,6 @@
|
||||
switch(action)
|
||||
if("vote")
|
||||
if(params["target"] in choices)
|
||||
voted[usr.ckey] = params["target"]
|
||||
voted[ui.user.ckey] = params["target"]
|
||||
else
|
||||
message_admins(span_warning("User [key_name_admin(usr)] spoofed a vote in the vote panel!"))
|
||||
message_admins(span_warning("User [key_name_admin(ui.user)] spoofed a vote in the vote panel!"))
|
||||
|
||||
Reference in New Issue
Block a user