Bugfixes, begin working on LP tracks

This commit is contained in:
Video
2023-04-05 10:54:39 -06:00
parent 5422ad6ac7
commit 51c807d318
5 changed files with 42 additions and 3 deletions

View File

@ -434,7 +434,7 @@ public class Shop extends FreedomService implements ShoppeCommons
@EventHandler
public void onPlayerChat(AsyncChatEvent event)
{
String message = event.message().toString();
String message = FUtil.steamroll(event.message());
Player player = event.getPlayer();
if (ConfigEntry.SHOP_ENABLED.getBoolean() && ConfigEntry.SHOP_REACTIONS_ENABLED.getBoolean()