diff --git a/game/engines/default/engine/Module.lua b/game/engines/default/engine/Module.lua index d907534b50dbdd4efeaa058bf8d240aee8cc06b8..b9824f7e4829c59665a5e11f09903d17e68bc225 100644 --- a/game/engines/default/engine/Module.lua +++ b/game/engines/default/engine/Module.lua @@ -235,7 +235,7 @@ function _M:instanciate(mod, name, new_game, no_reboot) local hash_valid, hash_err = profile:checkModuleHash(mod.version_name, fmd5) -- If bad hash, switch to dev profile - if not hash_valid then + if not hash_valid and not profile.auth then print("[PROFILE] switching to dev profile") _G.profile = engine.PlayerProfile.new("dev") end