recator, test: race relation
This commit is contained in:
@@ -129,3 +129,7 @@ func VotingWinners(calc []*VoteGroup, gameVotes float64) []int {
|
||||
func (c *Cache) CreateShipsUnsafe_T(ri int, classID uuid.UUID, planet uint, quantity uint) {
|
||||
c.createShipsUnsafe(ri, classID, planet, quantity)
|
||||
}
|
||||
|
||||
func (c *Cache) WipeRace(ri int) {
|
||||
c.wipeRace(ri)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user