diff --git a/game/engines/default/engine/PlayerProfile.lua b/game/engines/default/engine/PlayerProfile.lua index 07516d618f6b000899e0c10c7068468f039e02e7..6411a86076b792ffdf892eab39ee686dc8d10eed 100644 --- a/game/engines/default/engine/PlayerProfile.lua +++ b/game/engines/default/engine/PlayerProfile.lua @@ -518,8 +518,6 @@ function _M:syncOnline(module) end function _M:checkModuleHash(module, md5) - self.hash_valid = true - do return true end self.hash_valid = false -- if not self.auth then return nil, "no online profile active" end if config.settings.cheat then return nil, "cheat mode active" end