Skip to content

Commit

Permalink
Removed console warn in index script
Browse files Browse the repository at this point in the history
  • Loading branch information
SIsilicon committed Oct 16, 2023
1 parent e604849 commit f5cd95e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/server/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ configuration.multiThreadingTimeBudget = config.asyncTimeBudget;
const activeBuilders: Player[] = [];

Server.on("worldInitialize", () => {
console.warn("Hi")
system.run(() => {
for (const tickingArea of getTickingAreas()) {
if (!tickingArea) continue;
Expand Down

0 comments on commit f5cd95e

Please sign in to comment.