1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-12 01:25:26 +02:00

Allow colour codes in /ping

This commit is contained in:
KHobbits
2012-02-09 22:13:00 +00:00
parent e6b4b61ed2
commit 0fb981a56d

View File

@@ -23,7 +23,7 @@ public class Commandping extends EssentialsCommand
} }
else else
{ {
sender.sendMessage(getFinalArg(args, 0)); sender.sendMessage(Util.replaceColor(getFinalArg(args, 0)));
} }
} }
} }