fixed bug with recording matches on older versions, added colour scheme models

This commit is contained in:
Michael Simard
2021-10-31 11:05:15 -05:00
parent c88098e05e
commit 9374175c50
6 changed files with 93 additions and 7 deletions

View File

@@ -43,7 +43,7 @@ final class Game: Model, Content {
self.gameId = gameId
self.name = name
self.maps = maps
self.enabled = enabled
self.enabled = enabled
}