Peyrille Benjamin před 4 roky
rodič
revize
f3f482a1c0
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  1. +4
    -0
      src/server/components/extensions/socialCommands.js

+ 4
- 0
src/server/components/extensions/socialCommands.js Zobrazit soubor

@@ -441,6 +441,10 @@ module.exports = {
},

getItem: function (config) {
if (typeof config !== 'object') {
return;
}

if (config.slot === 'set') {
configSlots.slots.forEach(function (s) {
if (s === 'tool')


Načítá se…
Zrušit
Uložit