mirror of
https://github.com/danbulant/flying-squid
synced 2026-06-14 12:01:12 +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) => {
|
||||
console.log(equipment+" "+slot);
|
||||
if (equipment != undefined) player._client.write("entity_equipment", {
|
||||
entityId: entity.id,
|
||||
slot: slot,
|
||||
|
|
|
|||
Loading…
Reference in a new issue