Release server

This commit is contained in:
schmelczerandras 2020-10-25 17:56:35 +01:00
parent efa838a2ad
commit e4cd3284b7
3 changed files with 3 additions and 4 deletions

View file

@ -50,7 +50,6 @@ export class NPC extends PlayerBase {
);
if (enemies.length > allies.length) {
console.log('fleeing');
const enemiesCenter = enemies.reduce(
(sum, e) => vec2.add(sum, sum, (e.gameObject as PlayerCharacterPhysical).center),
vec2.create(),