mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-04-02 22:06:29 +00:00
Removal invalid comma
This commit is contained in:
@@ -55,7 +55,7 @@ void ConfigInit() {
|
|||||||
R"({
|
R"({
|
||||||
"Port": 4444,
|
"Port": 4444,
|
||||||
"Build": "Default",
|
"Build": "Default",
|
||||||
"CachingDirectory": "./Resources",
|
"CachingDirectory": "./Resources"
|
||||||
})";
|
})";
|
||||||
cfg.close();
|
cfg.close();
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user