Fixed bug with tuesday/thursday getting mixed.
This commit is contained in:
parent
5df2d7e3fd
commit
207c0a056b
@ -76,7 +76,7 @@ func (i *Instance) server_detail(c *gin.Context) {
|
||||
}
|
||||
weekdayavg := [7]weekday{
|
||||
weekday{"Monday", s.PlayersMon},
|
||||
weekday{"Thursday", s.PlayersTue},
|
||||
weekday{"Tuesday", s.PlayersTue},
|
||||
weekday{"Wednessday", s.PlayersWed},
|
||||
weekday{"Thursday", s.PlayersThu},
|
||||
weekday{"Friday", s.PlayersFri},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user