basic penalty backend implemented

This commit is contained in:
2024-04-18 21:47:19 +00:00
parent f384878964
commit 069b69567b
6 changed files with 99 additions and 14 deletions

View File

@@ -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,
})
})
}