NickImpact / GTS

A take on the Global Trading Station from the Pokemon Games, expanded to a full developer API
GNU General Public License v3.0
17 stars 28 forks source link

"Blacklisted" item message is not read from lang file #139

Closed Mike5357 closed 3 years ago

Mike5357 commented 3 years ago

What is the bug? When trying to post a blacklisted item, the message that is sent in chat is not read from the lang file. It is instead hardcoded as just "Blacklisted" in red.

Expected behavior The message that is sent to a user when attempting to post a blacklisted item should be read from the lang file.

Relevant Code: https://github.com/NickImpact/GTS/blob/51735ab91e4365db8cf14a04d1e6aa3dbef7fef2/plugin/src/main/java/net/impactdev/gts/listings/ui/SpongeItemUI.java#L54