mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-04-26 16:39:45 +00:00
Allow colour codes in /ping
This commit is contained in:
parent
b3fc790000
commit
f0ee026fb9
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ public class Commandping extends EssentialsCommand
|
|||
}
|
||||
else
|
||||
{
|
||||
sender.sendMessage(getFinalArg(args, 0));
|
||||
sender.sendMessage(Util.replaceColor(getFinalArg(args, 0)));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue