bump 0.26

This commit is contained in:
Anonymous275 2022-09-20 22:26:51 +03:00
parent 3b2dbcac1b
commit e316b89fb1

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.25.3.0"); const std::string CurrVer("0.26.0.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){