diff --git a/src/Startup.cpp b/src/Startup.cpp index 9f9bb8d..1fcf244 100755 --- a/src/Startup.cpp +++ b/src/Startup.cpp @@ -246,7 +246,7 @@ void EnableMP(){ } 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); info("Game Version : " + GameVer); if(GameVer < CurrVer){