From fd43cfb1240c811fcba4f0eaca96f887057184f2 Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Mon, 28 Dec 2020 01:28:07 -0600 Subject: [PATCH] Add cursor cmd --- scripts/server/command.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/server/command.js b/scripts/server/command.js index 13259d0a..c6cd1fea 100644 --- a/scripts/server/command.js +++ b/scripts/server/command.js @@ -193,6 +193,7 @@ function loadCommandData() { commandData("bug", submitBugReportCommand, "", getStaffFlagValue("none"), true, true), commandData("enter", enterExitPropertyCommand, "", getStaffFlagValue("none"), true, true), commandData("exit", enterExitPropertyCommand, "", getStaffFlagValue("none"), true, false), + commandData("cursor", toggleMouseCursorCommand, "", getStaffFlagValue("none"), true, false), ], moderation: [ commandData("kick", kickClientCommand, " [reason]", getStaffFlagValue("basicModeration"), true, true),