mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2025-07-02 16:06:35 +00:00
Bump to 0.22.1.0
This commit is contained in:
parent
37cfec9fdc
commit
54a27f5c4c
@ -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.22.0.1");
|
const std::string CurrVer("0.22.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){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user