Ver código fonte

[chore] Fix dangling comma

tags/v0.9.0^2
Vildravn 3 anos atrás
pai
commit
32b13ad21f
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      src/server/components/extensions/socialCommands.js

+ 1
- 1
src/server/components/extensions/socialCommands.js Ver arquivo

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

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


Carregando…
Cancelar
Salvar