Skip to content

Commit b39572c

Browse files
committed
multiple server ready rcon commands
1 parent 15f50c1 commit b39572c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/go/config/model.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ type GamerServerConfigTemplate struct {
4848
Environment map[string]interface{} `json:"environment"` // Environment settings for a game. Can be values or matching properties of a gameserver match thingy object in go-template like format // TODO: set correct object description
4949
TvSlots int `json:"tvSlots"`
5050
DeleteAfterDuration Duration `json:"deleteAfterDuration"`
51-
ServerReadyRconCommand string `json:"serverReadyRconCommand"`
51+
ServerReadyRconCommands []string `json:"serverReadyRconCommands"`
5252
ServerReadyRconWaitTime Duration `json:"serverReadyRconWaitTime"`
5353
}
5454

0 commit comments

Comments
 (0)