tristan-wip #2

Merged
TristanBrault merged 34 commits from tristan-wip into main 2025-07-19 19:58:58 +00:00
Showing only changes of commit 162adc0f10 - Show all commits

View File

@ -105,7 +105,8 @@ func GetConjureGameInfo() []models.Game {
fmt.Println("Contents of metadata.txt:")
metadata, err := io.ReadAll(rc)
parseGameInfo(metadata)
game := parseGameInfo(metadata)
games = append(games, game)
if err != nil {
log.Fatal(err)
}