mirror of
https://github.com/Yawn-Wider/YWPolarisVore.git
synced 2026-08-26 06:26:41 +01:00
Merge branch 'release' of https://github.com/VOREStation/VOREStation into izac
This commit is contained in:
@@ -1971,7 +1971,12 @@
|
||||
if("show")
|
||||
show_player_info(ckey)
|
||||
if("list")
|
||||
PlayerNotesPage(text2num(href_list["index"]))
|
||||
var/filter
|
||||
if(href_list["filter"] && href_list["filter"] != "0")
|
||||
filter = url_decode(href_list["filter"])
|
||||
PlayerNotesPage(text2num(href_list["index"]), filter)
|
||||
if("filter")
|
||||
PlayerNotesFilter()
|
||||
return
|
||||
|
||||
mob/living/proc/can_centcom_reply()
|
||||
|
||||
Reference in New Issue
Block a user