rename sign server and merge conflicts

This commit is contained in:
wish
2022-11-07 08:37:40 +11:00
parent 4682988442
commit 492e64d0d0
6 changed files with 20 additions and 29 deletions

View File

@@ -30,7 +30,7 @@ type Config struct {
Database Database
Launcher Launcher
Sign Sign
NewSign NewSign
SignV2 SignV2
Channel Channel
Entrance Entrance
}
@@ -101,8 +101,8 @@ type Sign struct {
Port int
}
// NewSign holds the new sign server config
type NewSign struct {
// SignV2 holds the new sign server config
type SignV2 struct {
Enabled bool
Port int
}