瀏覽代碼

Change roll into an admin command

tags/v0.9.0^2
Vildravn 3 年之前
父節點
當前提交
57b087df87
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. +2
    -2
      src/server/components/extensions/socialCommands.js

+ 2
- 2
src/server/components/extensions/socialCommands.js 查看文件

@@ -18,7 +18,6 @@ let commandRoles = {
join: 0,
leave: 0,
unEq: 0,
roll: 0,
block: 0,
unblock: 0,
help: 0,
@@ -45,7 +44,8 @@ let commandRoles = {
rezone: 10,
startEvent: 10,
stopEvent: 10,
teleport: 10
teleport: 10,
roll: 10,
};

//Commands that should be run on the main thread (not the zone thread)


Loading…
取消
儲存