gruppe-adler / grad-replay

Records player and AI movment and replays at the end of the mission.
GNU General Public License v3.0
8 stars 1 forks source link

fix config loading and readme #18

Closed McDiod closed 6 years ago

McDiod commented 6 years ago

Config did not load correctly, because trackedAI = false; returns string instead of bool. trackedSides needs to be array of strings.