Fixing omission on last patches.

This commit is contained in:
KHobbits 2011-08-10 12:05:05 +06:00
parent 05ba5c00e6
commit ec5746dbe6
2 changed files with 4 additions and 3 deletions

View File

@ -115,7 +115,8 @@ public class Commandptime extends EssentialsCommand
for (User user : users)
{
if (!user.isPlayerTimeRelative())
//if (!user.isPlayerTimeRelative())
if (user.getPlayerTimeOffset() != 0)
{
sender.sendMessage(colorDefault + user.getName() + ": " + DescParseTickFormat.format(user.getPlayerTime()));
}

View File

@ -275,8 +275,8 @@ commands:
usage: /<command> <true/false> [duration]
aliases: [ethunder]
time:
description: Change the time in the world where you are (default) or in the world(s) specified
usage: /<command> [day|night|dawn|17:30|4pm|4000ticks] <worldname|all>
description: Change the world time. Defaults tos current world.
usage: /<command> [day|night|dawn|17:30|4pm|4000ticks] [worldname|all]
aliases: [etime, day, night]
togglejail:
description: Prevents a player from interacting with the world and teleports him/her to the the jail specified