From bc80836329ed471f9653edfea3a648f617abdabb Mon Sep 17 00:00:00 2001 From: tomoron Date: Fri, 27 Sep 2024 17:54:09 +0200 Subject: [PATCH] change identifications of jumpers in request 8, when the ball jumps --- .../djangoserver/file/server/server/Game.py | 22 +++++++++---------- .../server/server/typeRequests/gameRequest.py | 4 ++-- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/docker-compose/requirements/djangoserver/file/server/server/Game.py b/docker-compose/requirements/djangoserver/file/server/server/Game.py index 6a5bc3f..362052a 100644 --- a/docker-compose/requirements/djangoserver/file/server/server/Game.py +++ b/docker-compose/requirements/djangoserver/file/server/server/Game.py @@ -6,7 +6,7 @@ # By: edbernar +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2024/09/09 16:10:26 by tomoron #+# #+# # -# Updated: 2024/09/25 13:20:50 by tomoron ### ########.fr # +# Updated: 2024/09/27 17:49:42 by tomoron ### ########.fr # # # # **************************************************************************** # @@ -46,7 +46,7 @@ from .gameActions.move import move # - type # # 8 : jumper colision: -# id : index of the jumper +# name : name of the jumper #client actions (actions sent by the client) : # 0 : start : starts a game