firestarter / bulletin

0 stars 0 forks source link

Player shops selling spawners is broken #23

Closed apmarsenault closed 2 months ago

apmarsenault commented 3 months ago

As per Hailey

apmarsenault commented 3 months ago

Just says "Shop is out of stock." when items are in there to be sold.

nkomarn commented 3 months ago

This has been fixed as of https://github.com/firestarter/plugins/commit/bfb4215a32d6c3553dac64a108332883054116db.

nkomarn commented 3 months ago

This has been fixed as of firestarter/plugins@bfb4215.

I lied, this appears to still be busted in production despite working flawlessly on the development server.

Additionally, tab completing /buy currently brings up an entry called " Spawner" (with a space in front). This is likely due to the change in entity name parsing; reverting to the old behavior will likely resolve this issue.


Either way, the necessary changes have been made in this commit and require testing on production.