mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-12 23:14:36 +01:00
Make custom launcher files a config option
This commit is contained in:
@@ -9,7 +9,8 @@
|
||||
"database": "erupe"
|
||||
},
|
||||
"launcher": {
|
||||
"port": 80
|
||||
"port": 80,
|
||||
"UseOriginalLauncherFiles": false
|
||||
},
|
||||
"sign": {
|
||||
"port": 53312
|
||||
|
||||
@@ -30,6 +30,7 @@ type Database struct {
|
||||
// Launcher holds the launcher server config.
|
||||
type Launcher struct {
|
||||
Port int
|
||||
UseOriginalLauncherFiles bool
|
||||
}
|
||||
|
||||
// Sign holds the sign server config.
|
||||
|
||||
Reference in New Issue
Block a user