aboutsummaryrefslogtreecommitdiff
path: root/features/globalSettings/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'features/globalSettings/index.js')
-rw-r--r--features/globalSettings/index.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/features/globalSettings/index.js b/features/globalSettings/index.js
index 856791e..8ece6f8 100644
--- a/features/globalSettings/index.js
+++ b/features/globalSettings/index.js
@@ -109,6 +109,9 @@ class GlobalSettings extends Feature {
this.registerCommand("sweight", (user = Player.getName()) => {
this.soopyWeight(user)
})
+ this.registerCommand("lobbyday", () => {
+ ChatLib.chat(this.FeatureManager.messagePrefix + "Current lobby is day " + (World.getTime() / 20 / 60 / 20).toFixed(1))
+ })
this.lastCookies = 0