From 50d2dfe4ba486e6745782130c0a5eb71892b18c4 Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Wed, 13 Apr 2022 00:01:05 -0500 Subject: [PATCH] Remove initial msgs for in-dev and stuff --- scripts/server/event.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/server/event.js b/scripts/server/event.js index cc6b9f9c..249211d2 100644 --- a/scripts/server/event.js +++ b/scripts/server/event.js @@ -512,8 +512,8 @@ function onPlayerSpawn(client) { logToConsole(LOG_DEBUG, `[VRR.Event] Sending ${getPlayerDisplayForConsole(client)} the 'now playing as' message`); messagePlayerAlert(client, `You are now playing as: {businessBlue}${getCharacterFullName(client)}`, getColourByName("white")); - messagePlayerNormal(client, "This server is in early development and may restart at any time for updates.", getColourByName("orange")); - messagePlayerNormal(client, "Please report any bugs using /bug and suggestions using /idea", getColourByName("yellow")); + //messagePlayerNormal(client, "This server is in early development and may restart at any time for updates.", getColourByName("orange")); + //messagePlayerNormal(client, "Please report any bugs using /bug and suggestions using /idea", getColourByName("yellow")); logToConsole(LOG_DEBUG, `[VRR.Event] Updating spawned state for ${getPlayerDisplayForConsole(client)} to true`); updatePlayerSpawnedState(client, true);