Skip to content

Commit

Permalink
Removed a debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
SIsilicon committed Mar 3, 2024
1 parent 351b37c commit 4062733
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/server/tools/tool_manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ class ToolBuilder {
constructor() {
Server.on("itemUseBefore", (ev) => {
if (!ev.itemStack || !hasSession(ev.source.id)) return;
console.warn(hasSession(ev.source.id));
this.onItemUse(ev.itemStack, ev.source, ev);
});

Expand Down

0 comments on commit 4062733

Please sign in to comment.