Skip to content

Fixed crash when returning from minigame, caused by invalid player space index

Yvonne Kothmeier requested to merge (removed):master into master

The bug was introduced because of the modulo operation after looping the board, which made global.gd error because there is no Node0 on the board

Merge request reports