remove version check

This commit is contained in:
Simon Abed El Sater
2022-12-18 14:39:28 +02:00
committed by GitHub
parent ec5e8ed5b3
commit 399461d1b1

View File

@@ -243,14 +243,9 @@ void EnableMP(){
}
void PreGame(const std::string& GamePath){
const std::string CurrVer("0.26.1.0");
std::string GameVer = CheckVer(GamePath);
info("Game Version : " + GameVer);
if(GameVer < CurrVer){
fatal("Game version is old! Please update.");
}else if(GameVer > CurrVer){
warn("Game is newer than recommended, multiplayer may not work as intended!");
}
CheckMP(GetGamePath() + "mods/multiplayer");
if(!Dev) {