Repro steps:
- Start a new game using the default 7.5 komi.
- Send GTP command "get_komi". Fuego returns the expected komi value 7.5.
- Load an .sgf file that contains a different komi value, e.g. komi 0.5, and at least one move.
- Send GTP command "get_komi". Fuego returns the expected komi value 0.5.
- Change board position.
- Send GTP command "get_komi".
Expected: Fuego returns komi value 0.5.
Actual: Fuego returns komi value 7.5.