Fixed announcer empty list bug

Fixed alternate rank not showing on PDA
Fixed Manifest because record not being filled correctly
This commit is contained in:
AlManiak
2024-11-25 23:24:02 +01:00
parent 251a4c8fa4
commit 5ec3f3eab8
5 changed files with 8 additions and 6 deletions
-1
View File
@@ -337,7 +337,6 @@
PDA.ownjob = preference_source.prefs.alt_titles_preferences[J.title]
else
PDA.ownjob = J.title
PDA.ownjob = J.title
PDA.update_label()
if(preference_source && !PDA.equipped) //PDA's screen color, font style and look depend on client preferences.
PDA.update_style(preference_source)