We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89ed758 commit 718c9ffCopy full SHA for 718c9ff
1 file changed
src/media/lua/server/AoqiaCarwannaExtendedServer/events.lua
@@ -3,7 +3,6 @@
3
-- -------------------------------------------------------------------------- --
4
5
-- My modules.
6
-local blacklists = require("AoqiaCarwannaExtendedShared/blacklists")
7
local commands = require("AoqiaCarwannaExtendedServer/commands")
8
local distributions = require("AoqiaCarwannaExtendedServer/distributions")
9
local mod_constants = require("AoqiaCarwannaExtendedShared/mod_constants")
@@ -33,7 +32,6 @@ end
33
32
34
--- @type Callback_OnInitGlobalModData
35
function events.init_global_moddata(new_game)
36
- blacklists.init()
37
distributions.init()
38
end
39
0 commit comments