Skip to content

Commit

Permalink
Update GlossChatBubbles.java
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidRockin committed Aug 2, 2019
1 parent 08dc18b commit 11f1f7b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public void on(PlayerQuitEvent e)
public void on(AsyncPlayerChatEvent e)
{
if(e.isCancelled() || Config.blacklist.contains(e.getPlayer().getLocation().getWorld().getName()) ||
!e.getPlayer().hasPermission("gloss.chatbubbles.use"))
!e.getPlayer().hasPermission("gloss.chatbubbles.allow"))
{
return;
}
Expand Down

0 comments on commit 11f1f7b

Please sign in to comment.