From f84c52a0c5326240537138bc0313223171a7fe89 Mon Sep 17 00:00:00 2001 From: ZXMushroom63 Date: Thu, 29 Aug 2024 19:19:01 +0800 Subject: [PATCH] Remove unnecessary log --- examplemods/timescale_command.js | 1 - 1 file changed, 1 deletion(-) diff --git a/examplemods/timescale_command.js b/examplemods/timescale_command.js index 985b8d9..fbf4176 100644 --- a/examplemods/timescale_command.js +++ b/examplemods/timescale_command.js @@ -34,7 +34,6 @@ } } if (ModAPI.server) { - console.log(ModAPI.server); ModAPI.server.currentTime = PluginAPI.hooks.methods.nms_MinecraftServer_getCurrentTimeMillis(); } event.preventDefault = true;