Skip to content

Commit

Permalink
Remove unnecessary log
Browse files Browse the repository at this point in the history
  • Loading branch information
ZXMushroom63 committed Aug 29, 2024
1 parent efca77a commit f84c52a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examplemods/timescale_command.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
}
}
if (ModAPI.server) {
console.log(ModAPI.server);
ModAPI.server.currentTime = PluginAPI.hooks.methods.nms_MinecraftServer_getCurrentTimeMillis();
}
event.preventDefault = true;
Expand Down

0 comments on commit f84c52a

Please sign in to comment.