add more loggers and fix models

This commit is contained in:
Fran Jurmanović
2025-05-07 00:25:02 +02:00
parent a22ab15a02
commit 31a2b73cf9
4 changed files with 80 additions and 61 deletions

View File

@@ -14,9 +14,6 @@ type Server struct {
Port int `gorm:"not null" json:"-"`
ConfigPath string `gorm:"not null" json:"-"` // e.g. "/acc/servers/server1/"
ServiceName string `gorm:"not null" json:"-"` // Windows service name
BroadcastIP string `json:"-"`
BroadcastPort int `json:"-"`
BroadcastPassword string `json:"-"`
}
type PlayerState struct {