Update Version Number

This commit is contained in:
Mackenzie
2022-06-17 21:35:00 +01:00
parent c90c102097
commit 84959ae9c9

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){