You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have cvars that have been removed from the game hard-coded into the addon;
these were previously being stripped out using the CVarExists function, which no longer works
The hard-coded list is now only being used to provide descriptions for cvars
Fixed UVARINFO table (#11)
uvars have to be updated when setting their related cvar, or the floating combat text options would not work until after a reload
Embedded ketho's UVARINFO table which is no longer global, did not check what this actually does or whether we should keep it