mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-12 23:14:36 +01:00
rename sign server and merge conflicts
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user