mirror of
https://git.rezel.net/LudoTech/traque.git
synced 2026-02-09 02:10:18 +01:00
show enemy name
This commit is contained in:
@@ -40,6 +40,7 @@ export function sendUpdatedTeamInformations(teamId) {
|
||||
io.of("player").to(socketId).emit("update_team", {
|
||||
name: team.name,
|
||||
enemyLocation: team.enemyLocation,
|
||||
enemyName: team.enemyName,
|
||||
currentLocation: team.currentLocation,
|
||||
lastSentLocation: team.lastSentLocation,
|
||||
locationSendDeadline: team.locationSendDeadline,
|
||||
|
||||
Reference in New Issue
Block a user