Skip to content

Commit 1583866

Browse files
committed
Added missing space in /ping <name>
1 parent 95e5037 commit 1583866

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/fr/zcraft/Ping/Ping.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ else if (label.equalsIgnoreCase("ping"))
174174
if (!isSelf)
175175
{
176176
sender.sendMessage(I.t("{green}{bold}Ping, {0}!", target.getName()));
177+
sender.sendMessage("");
177178
}
178179
else if (label.equalsIgnoreCase("ping"))
179180
{

0 commit comments

Comments
 (0)