소스 검색

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)


불러오는 중...
취소
저장