Attn Devs: HudData.m_level2 - check for null!

Updated 2 months ago

You will get a null ref error if you don't validate.

// These will be null. 
// If you access these variables please check them for null before using them.  
// Vanilla code checks them for null and so it does not error. You should also check them for null.
HudData.m_level2
HudData.m_level3