mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-27 14:08:44 +01:00
@@ -566,5 +566,11 @@
|
||||
var/path = key
|
||||
if(!ispath(path))
|
||||
path = text2path(key)
|
||||
if(!isnull(L[path]))
|
||||
.[path] = L[path]
|
||||
continue
|
||||
if(!isnull(L[key]))
|
||||
.[path] = L[key]
|
||||
continue
|
||||
if(!isnull(path))
|
||||
. += path
|
||||
|
||||
Reference in New Issue
Block a user