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
commit 08c1c0f682
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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