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),