mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 13:10:02 +01:00
fixups
This commit is contained in:
@@ -1107,10 +1107,10 @@ GLOBAL_DATUM_INIT(admin_help_ui_handler, /datum/admin_help_ui_handler, new)
|
||||
if(!M.mind)
|
||||
continue
|
||||
|
||||
for(var/string in splittext(lowertext(M.real_name), " "))
|
||||
for(var/string in splittext(LOWER_TEXT(M.real_name), " "))
|
||||
if(!(string in ignored_words))
|
||||
nameWords += string
|
||||
for(var/string in splittext(lowertext(M.name), " "))
|
||||
for(var/string in splittext(LOWER_TEXT(M.name), " "))
|
||||
if(!(string in ignored_words))
|
||||
nameWords += string
|
||||
|
||||
|
||||
Reference in New Issue
Block a user