Jump to content

pk3r4lif3

Trade With Caution
  • Posts

    25
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by pk3r4lif3

  1. Thanks for this it works perfect! 2 lines in the Shop class had errors when they were compiling: Set<ShopItem> cache = new HashSet<>(); Changed them to: Set<ShopItem> cache = new HashSet<ShopItem>(); and it worked just fine after that :p, thanks again!
  2. I didn't even know there was a section for that, lol.
×
×
  • Create New...