mirror of
https://git.rezel.net/LudoTech/traque.git
synced 2026-02-09 10:20:16 +01:00
Integrated front end for penalties
This commit is contained in:
@@ -28,6 +28,8 @@ export default function useGame() {
|
||||
name: teamInfos?.name || null,
|
||||
ready: teamInfos?.ready || false,
|
||||
captured: teamInfos?.captured || false,
|
||||
locationSendDeadline: teamInfos?.locationSendDeadline || null,
|
||||
penalties: teamInfos?.penalties || 0,
|
||||
teamId,
|
||||
gameState,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user