Crash with WAILA
Polar0634 opened this issue ยท 1 comments
crash-2019-03-02_21.47.50-client.txt
crash-2019-03-02_21.49.06-client.txt
crash-2019-03-02_21.46.24-client.txt
Crashed when I died in water
This can be null clientside, and NBT does not allow null strings. replacing owner
with owner == null ? "" : owner
would solve it.