wiremod / wire-extras

Community Contributed Wire Extras Repository (formerly UWSVN). These are addons which may be of use to wiremodders but do not undergo the same level of critique that the official repos do.
Apache License 2.0
83 stars 66 forks source link

Fixed Adv HUD indicator color and font error #111

Closed EdoTM closed 2 years ago

EdoTM commented 2 years ago

This simple fix should solve the Adv HUD indicator white color issue and the errors that appeared in the console. If nothing else is broken (it seems that everything is working fine btw) I guess it fixes #107.

thegrb93 commented 2 years ago

He reported lua errors though and I don't see this solving any lua errors.

thegrb93 commented 2 years ago

Unless it was the drawtext creating lua errors?

EdoTM commented 2 years ago

Exactly. It referenced a font called ScoreboardText that maybe existed in the past, but now does not exist anymore.

thegrb93 commented 2 years ago

All right, thx