[SHOP] Reverts previous bugfix. There's clearly something else going on that I didn't pick up on

This commit is contained in:
Video 2023-03-11 02:58:23 -07:00
parent f8e09665f5
commit e82a90c0dc

View File

@ -144,7 +144,7 @@ public class Shop extends FreedomService implements ShoppeCommons
@Override @Override
public void onStop() public void onStop()
{ {
if (ConfigEntry.SHOP_REACTIONS_ENABLED.getBoolean() && reactions != null) if (ConfigEntry.SHOP_REACTIONS_ENABLED.getBoolean())
{ {
reactions.cancel(); reactions.cancel();
} }