mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-13 00:47:42 +01:00
More fix for custom titles
mmmm yes bugs
This commit is contained in:
@@ -212,7 +212,7 @@
|
||||
if(C && C.prefs && C.prefs.alt_titles_preferences[assignment])
|
||||
assignment = C.prefs.alt_titles_preferences[assignment]
|
||||
if(assignment)
|
||||
displayed_rank = H.client.prefs.alt_titles_preferences[assignment]
|
||||
displayed_rank = C.prefs.alt_titles_preferences[assignment]
|
||||
|
||||
var/static/record_id_num = 1001
|
||||
var/id = num2hex(record_id_num++,6)
|
||||
|
||||
Reference in New Issue
Block a user