Parcourir la source

Make unEq an admin command

tags/v0.9.0^2
Vildravn il y a 3 ans
Parent
révision
7e330f26fb
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. +2
    -2
      src/server/components/extensions/socialCommands.js

+ 2
- 2
src/server/components/extensions/socialCommands.js Voir le fichier

@@ -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)


Chargement…
Annuler
Enregistrer