Updated Supported version

This commit is contained in:
Anonymous-275 2021-03-29 23:34:49 +03:00
parent 289402a9ba
commit aa2b07b359

View File

@ -155,7 +155,7 @@ void CheckMP(const std::string& Path) {
} }
void PreGame(const std::string& GamePath){ void PreGame(const std::string& GamePath){
const std::string CurrVer("0.21.4.0"); const std::string CurrVer("0.22.0.1");
std::string GameVer = CheckVer(GamePath); std::string GameVer = CheckVer(GamePath);
info("Game Version : " + GameVer); info("Game Version : " + GameVer);
if(GameVer < CurrVer){ if(GameVer < CurrVer){