Updated version to 0.23.1

This commit is contained in:
Anonymous-275
2021-07-03 17:09:29 +03:00
parent 53c40a2bc3
commit 705e0ab9c4
+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.0.0"); const std::string CurrVer("0.23.1.0");
std::string GameVer = CheckVer(GamePath); std::string GameVer = CheckVer(GamePath);
info("Game Version : " + GameVer); info("Game Version : " + GameVer);
if(GameVer < CurrVer){ if(GameVer < CurrVer){