mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
[MODULAR] Actually Fix Invisible Selected Languages (#15259)
* AAAAAAAAA * Oops! Co-authored-by: GoldenAlpharex <58045821+GoldenAlpharex@users.noreply.github.com> Co-authored-by: GoldenAlpharex <58045821+GoldenAlpharex@users.noreply.github.com>
This commit is contained in:
co-authored by
GoldenAlpharex
parent
ee8bae8751
commit
aec243d06c
@@ -113,7 +113,11 @@ GLOBAL_LIST_EMPTY(preferences_datums)
|
||||
var/loaded_preferences_successfully = load_preferences()
|
||||
if(loaded_preferences_successfully)
|
||||
if(load_character())
|
||||
return
|
||||
// SKYRAT EDIT START - Sanitizing languages
|
||||
for(var/datum/language/lang_path as anything in languages)
|
||||
if(initial(lang_path.secret))
|
||||
languages.Remove(lang_path)
|
||||
// SKYRAT EDIT END
|
||||
//we couldn't load character data so just randomize the character appearance + name
|
||||
randomise_appearance_prefs() //let's create a random character then - rather than a fat, bald and naked man.
|
||||
if(C)
|
||||
|
||||
Reference in New Issue
Block a user