feat: store battles and bombings
This commit is contained in:
@@ -17,7 +17,7 @@ func StatusHandler(c *gin.Context, config controller.Config) {
|
||||
}
|
||||
|
||||
c.JSON(http.StatusOK, rest.Status{
|
||||
Turn: g.Age,
|
||||
Turn: g.Turn,
|
||||
Players: len(g.Race),
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user