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);