From aa2b07b359be3a70d9fd3b16d25f04475f6e0a3d Mon Sep 17 00:00:00 2001 From: Anonymous-275 Date: Mon, 29 Mar 2021 23:34:49 +0300 Subject: [PATCH] Updated Supported version --- src/Startup.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Startup.cpp b/src/Startup.cpp index fbcca87..ebaa97a 100755 --- a/src/Startup.cpp +++ b/src/Startup.cpp @@ -155,7 +155,7 @@ void CheckMP(const std::string& Path) { } void PreGame(const std::string& GamePath){ - const std::string CurrVer("0.21.4.0"); + const std::string CurrVer("0.22.0.1"); std::string GameVer = CheckVer(GamePath); info("Game Version : " + GameVer); if(GameVer < CurrVer){