mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-11-02 17:09:58 +01:00
Missing return in /time reset command
This commit is contained in:
parent
e37db99c56
commit
277c623a77
@ -106,6 +106,7 @@ public class Commandtime extends EssentialsCommand
|
||||
if ("reset".equalsIgnoreCase(timeString))
|
||||
{
|
||||
user.resetPlayerTime();
|
||||
return;
|
||||
}
|
||||
throw new Exception(Util.i18n("onlyDayNight"));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user