mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-25 05:06:44 +01:00
fixes resleeving/scori languages (#4714)
Co-authored-by: VM_USER <VM_USER>
This commit is contained in:
co-authored by
VM_USER <VM_USER>
parent
783c675a72
commit
e6bd3a1296
@@ -20,9 +20,15 @@
|
||||
if(initial(L.abstract_type) == path)
|
||||
continue
|
||||
L = new path
|
||||
if(!L.id)
|
||||
stack_trace("no ID on language type [path]")
|
||||
continue
|
||||
if(language_lookup[L.id])
|
||||
stack_trace("duped language id [L.id] on [path] skipped")
|
||||
continue
|
||||
if(!L.name)
|
||||
stack_trace("no name on language type [path]")
|
||||
continue
|
||||
if(language_names[L.name])
|
||||
stack_trace("duped language name [L.name] on [path] skipped")
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user