mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2025-07-03 16:37:11 +00:00
Updated Supported version
This commit is contained in:
parent
289402a9ba
commit
aa2b07b359
@ -155,7 +155,7 @@ void CheckMP(const std::string& Path) {
|
|||||||
|
|
||||||
}
|
}
|
||||||
void PreGame(const std::string& GamePath){
|
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);
|
std::string GameVer = CheckVer(GamePath);
|
||||||
info("Game Version : " + GameVer);
|
info("Game Version : " + GameVer);
|
||||||
if(GameVer < CurrVer){
|
if(GameVer < CurrVer){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user