mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 20:45:28 +01:00
Fix list literal unable to contain tables (#62009)
Co-authored-by: me <>
This commit is contained in:
@@ -112,10 +112,10 @@
|
||||
var/lists = 1
|
||||
while(length(lists_to_check))
|
||||
var/list/list_to_iterate = lists_to_check[length(lists_to_check)]
|
||||
lists_to_check.len--
|
||||
for(var/list/list_data in list_to_iterate)
|
||||
lists_to_check += list(list_data)
|
||||
lists += 1
|
||||
lists_to_check.len--
|
||||
if(lists > max_list_count)
|
||||
return lists
|
||||
return lists
|
||||
|
||||
Reference in New Issue
Block a user