Skip to content

Commit

Permalink
chore: change destination of startup log to console
Browse files Browse the repository at this point in the history
  • Loading branch information
tutinoko2048 authored Mar 12, 2024
1 parent 3c90f1a commit 45b9c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ac.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export class TNAntiCheat {
if (this.#isEnabled) throw new Error('TN-AntiCheat has already enabled');
this.#isEnabled = true;

world.sendMessage(`[TN-AntiCheat v${VERSION}] enabled (${Date.now() - this.startTime} ms)`);
console.warn(`[TN-AntiCheat v${VERSION}] enabled (${Date.now() - this.startTime} ms)`);
world.sendMessage('§7このワールドは TN-AntiCheat によって保護されています§r');

this.#loadConfig();
Expand Down

0 comments on commit 45b9c85

Please sign in to comment.