riddlesio / issues

Bug reports and starter bot submissions for the Riddles.io platform
0 stars 0 forks source link

Misleading console output (MatchWrapper) #87

Closed tombsar closed 6 years ago

tombsar commented 6 years ago

At the end of a match, MatchWrapper currently outputs the following lines:

Saving game...
Writing to result.json
Finished writing to result.json
Done.

The printed string is hard-coded to "result.json" regardless of the actual path being written (specified in the game's wrapper-commands.json).

JimVanEeden commented 6 years ago

Fixed :)