Update BeamNG Version

This commit is contained in:
Mackenzie
2022-09-24 22:46:38 +01:00
parent 0aae245054
commit cb872f8a41
+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.26.0.0"); const std::string CurrVer("0.26.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){