mirror of
https://github.com/Yawn-Wider/YWPolarisVore.git
synced 2026-08-22 04:28:09 +01:00
Merge pull request #7638 from VOREStation/aro-talondirect
Fixes Talon not being in char directory
This commit is contained in:
@@ -18,7 +18,8 @@
|
||||
var/mob/living/carbon/human/H = C.mob
|
||||
if(data_core && data_core.general)
|
||||
if(!find_general_record("name", H.real_name))
|
||||
continue
|
||||
if(!find_record("name", H.real_name, data_core.hidden_general))
|
||||
continue
|
||||
curID++
|
||||
html += "<div class='block'>"
|
||||
html += "<h3 class='uiContent highlight' style='font-size:16px'>[H.real_name]</h3><br>"
|
||||
|
||||
Reference in New Issue
Block a user