Nx.Social.PunksHUD:Remove invoked when Punks system disabled
SpareSimian opened this issue ยท 1 comments
Line 2225 in NxSocial.lua fails with a nil dereference when the Punks System is disabled.
In OnUpdateTimer at line 1877, gate CalcPunks() like this:
if Nx.scdb.profile.Social.PunkEnable then
self:CalcPunks()
end