This commit is contained in:
Trit0 2025-06-29 17:43:34 -04:00
parent b07616086c
commit 162adc0f10

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)
}