mirror of
https://git.rezel.net/LudoTech/traque.git
synced 2026-02-09 10:20:16 +01:00
basic penalty backend implemented
This commit is contained in:
@@ -42,10 +42,12 @@ export function sendUpdatedTeamInformations(teamId) {
|
||||
enemyLocation: team.enemyLocation,
|
||||
currentLocation: team.currentLocation,
|
||||
lastSentLocation: team.lastSentLocation,
|
||||
lastSentLocationDate: team.lastSentLocationDate,
|
||||
captureCode: team.captureCode,
|
||||
startingArea: team.startingArea,
|
||||
ready: team.ready,
|
||||
captured: team.captured
|
||||
captured: team.captured,
|
||||
penalties: team.penalties,
|
||||
})
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user