mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-08-27 20:49:40 +00:00
dont auto-update in dev mode
This commit is contained in:
+2
-2
@@ -48,8 +48,8 @@ void ConfigInit() {
|
||||
if (cfg.is_open()) {
|
||||
cfg <<
|
||||
R"({
|
||||
"Port": 4444,
|
||||
"Build": "Default"
|
||||
"Port": 4444,
|
||||
"Build": "Default"
|
||||
})";
|
||||
cfg.close();
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user