saibotk / ttt-team-buy-notifications

TTT Addon
GNU General Public License v3.0
5 stars 2 forks source link

Fix UNDEFINED issue #8

Closed Alf21 closed 5 years ago

Alf21 commented 5 years ago

https://github.com/saibotk/TTT-Team-Buy-Notifications/blob/cd4ef4ffe7999cf84b24c0d367950d9a159fd201/lua/autorun/client/cl_buy_notif_autorun.lua#L61

pls change to

"itemName = SafeTranslate(item.name or item.EquipMenuData.name) or item.id" to fix some undefined issues :)