Closed 2colours closed 8 months ago
It seems like a space is generated into the file at the beginning and that's considered an empty word.
loadGame
used explode(' ', $content[2])
where $content[2]
was potentially empty, remedied it with a ternary for the empty content case
This was literally the first occasion a game file was generated, and there is no available command for adding words yet... still, it mentions one found word.