Skip to content

Commit 11f1f7b

Browse files
committed
Update GlossChatBubbles.java
1 parent 08dc18b commit 11f1f7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/volmit/gloss/chatbubbles/GlossChatBubbles.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public void on(PlayerQuitEvent e)
5858
public void on(AsyncPlayerChatEvent e)
5959
{
6060
if(e.isCancelled() || Config.blacklist.contains(e.getPlayer().getLocation().getWorld().getName()) ||
61-
!e.getPlayer().hasPermission("gloss.chatbubbles.use"))
61+
!e.getPlayer().hasPermission("gloss.chatbubbles.allow"))
6262
{
6363
return;
6464
}

0 commit comments

Comments
 (0)