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;