mirror of
https://github.com/danbulant/flying-squid
synced 2026-07-03 18:20:42 +00:00
remove a forgotten console.log
This commit is contained in:
parent
f5884caf1f
commit
5f96ff3581
1 changed files with 0 additions and 1 deletions
|
|
@ -190,7 +190,6 @@ module.exports.player=function(player,serv){
|
||||||
}]);
|
}]);
|
||||||
}
|
}
|
||||||
entity.equipment.forEach((equipment,slot) => {
|
entity.equipment.forEach((equipment,slot) => {
|
||||||
console.log(equipment+" "+slot);
|
|
||||||
if (equipment != undefined) player._client.write("entity_equipment", {
|
if (equipment != undefined) player._client.write("entity_equipment", {
|
||||||
entityId: entity.id,
|
entityId: entity.id,
|
||||||
slot: slot,
|
slot: slot,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue