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

/ptime list output message change

This commit is contained in:
KHobbits
2011-08-11 03:04:57 +01:00
parent 3c2cdd812e
commit 83c2e1de15

View File

@@ -181,8 +181,12 @@ public class Commandptime extends EssentialsCommand
}
else
{
sender.sendMessage(colorDefault + "The players time was fixed to:");
sender.sendMessage(DescParseTickFormat.format(ticks));
String time = DescParseTickFormat.format(ticks);
if (!relative)
{
time = "fixed to " + time;
}
sender.sendMessage(colorDefault + "The players time is " + time);
msg.append(colorDefault);
msg.append("For: ");
}