0.24.0.1 game version bump

This commit is contained in:
Anonymous275
2021-12-03 18:18:57 +02:00
committed by GitHub
parent acb6b11e24
commit 411d0786a5
+1 -1
View File
@@ -246,7 +246,7 @@ void EnableMP(){
} }
void PreGame(const std::string& GamePath){ void PreGame(const std::string& GamePath){
const std::string CurrVer("0.23.1.0"); const std::string CurrVer("0.24.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){