Initing empty lists with GLOBAL_LIST_INIT(X, list()) is now prohibited by CI (#23247)

* moreglobals

* comment
This commit is contained in:
Contrabang
2023-11-29 12:41:01 -05:00
committed by GitHub
parent a4c0c2f40d
commit b6601ebd29
10 changed files with 75 additions and 66 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
GLOBAL_LIST_INIT(open_logging_views, list())
GLOBAL_LIST_EMPTY(open_logging_views)
/client/proc/cmd_admin_open_logging_view()
set category = "Admin"
@@ -18,4 +18,4 @@ GLOBAL_LIST_INIT(open_logging_views, list())
cur_view.add_mobs(mobs_to_add)
cur_view.show_ui(usr)