Parcourir la source

undo this: test code

tags/v0.12.0.18
Shaun il y a 11 mois
Parent
révision
b7cd6a0148
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. +1
    -0
      src/server/world/instancer.js

+ 1
- 0
src/server/world/instancer.js Voir le fichier

@@ -339,6 +339,7 @@ module.exports = {
let obj = msg.obj;
obj = objects.find(o => o.serverId === obj.id);
if (!obj) {
console.log('No object found', msg);
//We should probably never reach this
return;
}


Chargement…
Annuler
Enregistrer