Open altf4 opened 12 years ago
That if statement should wrap most of that function, I'll fix it In the morning.
Should be fixed in commit 9d2d9a3e3aef4481aa1de4ecc007bac93a17f686
Doesn't do much else but output to the log that the CEGUI window doesn't exist, I am wondering if there is some kind of error reporting to the server I need to do still.
There is a combo box defined as:
Which is then assigned to a value only in a conditional. This conditional might not get hit. And then all the instances below where playerTeam is accessed will segfault.
There should be an else statement to the 'if' at the top of TeamChangedEvent() to handle this case.