ksafin / DynamicEconomy

A Virtual Economy for your Minecraft Server
http://dev.bukkit.org/server-mods/dynamiceconomy-v-01/
12 stars 7 forks source link

Small issue with /unbanitem #35

Closed jayyx2 closed 12 years ago

jayyx2 commented 12 years ago

If you type just /unbanitem, it says 'Wrong Command Usage. /banitem [Item] [sale|purchase] instead of /unbanitem [Item] [sale|purchase]

jayyx2 commented 12 years ago

Not a big deal, but this should be an easy fix if I am not mistaken =)

ksafin commented 12 years ago

Fixed. It was calling unbanitem correctly, I just forgot to change the Incorrect-Args response to /unbanitem instead of /banitem since I copy and pasted it from the /banitem code.