Darktide Mod Manager #39
1 changed files with 3 additions and 0 deletions
|
@ -85,6 +85,9 @@ local function patch_mod_loading_state()
|
||||||
end
|
end
|
||||||
|
|
||||||
function init()
|
function init()
|
||||||
|
local StateRequireScripts = require("scripts/game_states/boot/state_require_scripts")
|
||||||
|
StateRequireScripts._get_is_modded = function() return true end
|
||||||
|
|
||||||
patch_mod_loading_state()
|
patch_mod_loading_state()
|
||||||
Main:init()
|
Main:init()
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue