Skip to content

Ensure vailidity of variables in Botdefs code

A common and longstanding error could be done by simply returning to lobby in a pvp or tartarus session. Some botdef functions can leak into the tartarus lobby server state, which then means they are accessing now nil values, so adding a validity check can help silence this bogus warning.

Merge request reports