fix respawning : fix #91

This commit is contained in:
Romain Beaumont 2015-11-06 19:17:52 +01:00
parent 010cda5c6e
commit a647e34078

View file

@ -12,6 +12,7 @@ function inject(serv, player)
}); });
player.sendPosition(); player.sendPosition();
player.updateHealth(20); player.updateHealth(20);
player.nearbyPlayers=[];
player.updateAndSpawnNearbyPlayers(); player.updateAndSpawnNearbyPlayers();
} }
}); });