From 6465e98c6c3a986c80776bf2249ce05264b8bd38 Mon Sep 17 00:00:00 2001 From: KHobbits Date: Wed, 10 Aug 2011 12:05:05 +0600 Subject: [PATCH] Fixing omission on last patches. --- .../src/com/earth2me/essentials/commands/Commandptime.java | 3 ++- Essentials/src/plugin.yml | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Essentials/src/com/earth2me/essentials/commands/Commandptime.java b/Essentials/src/com/earth2me/essentials/commands/Commandptime.java index ac230a61d..ea7b7a65c 100755 --- a/Essentials/src/com/earth2me/essentials/commands/Commandptime.java +++ b/Essentials/src/com/earth2me/essentials/commands/Commandptime.java @@ -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())); } diff --git a/Essentials/src/plugin.yml b/Essentials/src/plugin.yml index 4930fa6ec..9630a2628 100644 --- a/Essentials/src/plugin.yml +++ b/Essentials/src/plugin.yml @@ -275,8 +275,8 @@ commands: usage: / [duration] aliases: [ethunder] time: - description: Change the time in the world where you are (default) or in the world(s) specified - usage: / [day|night|dawn|17:30|4pm|4000ticks] + description: Change the world time. Defaults tos current world. + usage: / [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