ZaneDubya/UltimaXNA

Pressing enter twice at character list causes crash.

Closed this issue · 2 comments

Every time enter is pressed, the client attempts to load a world model. Loading a world model twice is prohibited, causing a crash. Fix: character selection should be disabled once a character has been selected.

orsi commented

Pull request sent for this issue. Just added an additional condition to see if the world was loading or not.

Fixed in #374