mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-01 05:57:09 +00:00
[SHOP] Reverts previous bugfix. There's clearly something else going on that I didn't pick up on
This commit is contained in:
parent
f8e09665f5
commit
e82a90c0dc
@ -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();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user