We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08dc18b commit 11f1f7bCopy full SHA for 11f1f7b
src/main/java/com/volmit/gloss/chatbubbles/GlossChatBubbles.java
@@ -58,7 +58,7 @@ public void on(PlayerQuitEvent e)
58
public void on(AsyncPlayerChatEvent e)
59
{
60
if(e.isCancelled() || Config.blacklist.contains(e.getPlayer().getLocation().getWorld().getName()) ||
61
- !e.getPlayer().hasPermission("gloss.chatbubbles.use"))
+ !e.getPlayer().hasPermission("gloss.chatbubbles.allow"))
62
63
return;
64
}
0 commit comments