mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-04-27 00:49:44 +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
|
else
|
||||||
{
|
{
|
||||||
sender.sendMessage(getFinalArg(args, 0));
|
sender.sendMessage(Util.replaceColor(getFinalArg(args, 0)));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue