浏览代码

[chore] Fix dangling comma

tags/v0.9.0^2
Vildravn 3 年前
父节点
当前提交
a0d3b93174
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/server/components/extensions/socialCommands.js

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

@@ -45,7 +45,7 @@ let commandRoles = {
startEvent: 10,
stopEvent: 10,
teleport: 10,
roll: 10,
roll: 10
};

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


正在加载...
取消
保存