Implement final changes for custom launcher

This commit is contained in:
rockisch
2023-11-15 18:33:12 -03:00
parent 405e65346b
commit a0b50bdf8d
5 changed files with 166 additions and 29 deletions

View File

@@ -195,8 +195,9 @@ type Sign struct {
// SignV2 holds the new sign server config
type SignV2 struct {
Enabled bool
Port int
Enabled bool
Port int
PatchServer string
}
type Channel struct {