Skip to content

Added NULL check to prevent a crash on close when a bot was in game.

Ru5tK1ng requested to merge topic/default/bot-exit-crash into branch/default

Although the crash involving removebots was fixed, the method used caused an unintended crash when closing the game (such as alt+f4). Adding a small check allows the game to close normally.

Merge request reports