From b4e566327817c614184e86a1b7ff93d58cfc0916 Mon Sep 17 00:00:00 2001 From: ackimixs Date: Fri, 3 May 2024 18:04:39 +0200 Subject: [PATCH] new start --- TCPServer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TCPServer.cpp b/TCPServer.cpp index 102531b..814fd6b 100644 --- a/TCPServer.cpp +++ b/TCPServer.cpp @@ -479,7 +479,7 @@ void TCPServer::startGame() { dropFlowers(DROP_FLOWER_J1); break; case DROP_FLOWER_J2: - dropFlowers(DROP_WHITE_FLOWER_J2); + dropFlowers(DROP_FLOWER_J2); break; case TAKE_3_PLANT_TOP: go3Plants(TAKE_3_PLANT_TOP);