Przeglądaj źródła

Make unEq an admin command

tags/v0.9.0^2
Vildravn 3 lat temu
rodzic
commit
7e330f26fb
1 zmienionych plików z 2 dodań i 2 usunięć
  1. +2
    -2
      src/server/components/extensions/socialCommands.js

+ 2
- 2
src/server/components/extensions/socialCommands.js Wyświetl plik

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

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


Ładowanie…
Anuluj
Zapisz