collinsmith / riiablo

Diablo II remade using Java and LibGDX
http://riiablo.com
Apache License 2.0
869 stars 99 forks source link

[Create Character Failed] NullPointerException occurred #126

Closed sunneo closed 3 years ago

sunneo commented 3 years ago

Riiablo.charData.getStats().get(Stat.gold).asInt() <- this will returns null and triggers NullPointerException because it would returns null while getting status upon creating new character.

collinsmith commented 3 years ago

Duplicate of #37