mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-14 08:34:16 +01:00
Initing empty lists with GLOBAL_LIST_INIT(X, list()) is now prohibited by CI (#23247)
* moreglobals * comment
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user