remove obsolete LauncherServer

This commit is contained in:
wish
2022-12-31 01:57:16 +11:00
parent 5bf9a946f6
commit aa3deca70a
6 changed files with 0 additions and 232 deletions

View File

@@ -30,7 +30,6 @@ type Config struct {
Commands []Command
Courses []Course
Database Database
Launcher Launcher
Sign Sign
SignV2 SignV2
Channel Channel
@@ -90,13 +89,6 @@ type Database struct {
Database string
}
// Launcher holds the launcher server config.
type Launcher struct {
Enabled bool
Port int
UseOriginalLauncherFiles bool
}
// Sign holds the sign server config.
type Sign struct {
Enabled bool