mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
[MIRROR] Player Ticket History - A Synopsis At A Glance [MDB IGNORE] (#21688)
* Player Ticket History - A Synopsis At A Glance * fix --------- Co-authored-by: Zephyr <12817816+ZephyrTFA@users.noreply.github.com> Co-authored-by: ghost sheep <sheepwiththemask@gmail.com>
This commit is contained in:
co-authored by
Zephyr
ghost sheep
parent
4f41c8dbfa
commit
cfe6805e55
@@ -1164,6 +1164,15 @@
|
||||
return
|
||||
M.mind_initialize()
|
||||
|
||||
else if(href_list["player_ticket_history"])
|
||||
if(!check_rights(R_ADMIN))
|
||||
return
|
||||
var/target_ckey = href_list["player_ticket_history"]
|
||||
GLOB.player_ticket_history.cache_history_for_ckey(target_ckey)
|
||||
GLOB.player_ticket_history.user_selections[usr.ckey] = target_ckey
|
||||
GLOB.player_ticket_history.ui_interact(usr)
|
||||
return
|
||||
|
||||
else if(href_list["create_object"])
|
||||
if(!check_rights(R_SPAWN))
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user