mirror of
https://git.rezel.net/LudoTech/traque.git
synced 2026-02-09 10:20:16 +01:00
show enemy name
This commit is contained in:
@@ -130,6 +130,7 @@ export function initAdminSocketHandler() {
|
||||
if (game.updateTeam(teamId, newTeam)) {
|
||||
secureAdminBroadcast("teams", game.teams);
|
||||
sendUpdatedTeamInformations(teamId)
|
||||
sendUpdatedTeamInformations(game.getTeam(teamId).chased)
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user