Merge pull request #19 from Mack29446/master

Update Version Number
This commit is contained in:
Anonymous275
2022-06-18 02:02:36 +03:00
committed by GitHub

View File

@@ -246,7 +246,7 @@ void EnableMP(){
}
void PreGame(const std::string& GamePath){
const std::string CurrVer("0.25.0.0");
const std::string CurrVer("0.25.1.0");
std::string GameVer = CheckVer(GamePath);
info("Game Version : " + GameVer);
if(GameVer < CurrVer){