Skip to content

Commit 3e2f638

Browse files
committed
Remove blanks
1 parent 33f22b1 commit 3e2f638

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/com/selfcoders/matterbukkit/EventListener.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,12 @@ public void onAsyncPlayerChat(AsyncPlayerChatEvent event) {
3636
if (event.isCancelled()) {
3737
return;
3838
}
39-
39+
4040
FileConfiguration config = plugin.getConfig();
4141
if (!config.getBoolean("outgoing.chat.enable")) {
4242
return;
4343
}
4444

45-
4645
try {
4746
Player player = event.getPlayer();
4847
String playerAvatarUrl = avatarUrl;

0 commit comments

Comments
 (0)