This commit is contained in:
ackimixs
2024-05-03 19:51:35 +02:00
parent a3dacd4078
commit 187a99d077

View File

@@ -1304,12 +1304,12 @@ void TCPServer::dropBaseFlowers(StratPattern sp) {
if (team == BLUE) {
if (sp == DROP_FLOWER_BASE_1) {
dropPosition = {225, 400};
dropPosition = {300, 400};
}
}
else if (team == YELLOW) {
if (sp == DROP_FLOWER_BASE_1) {
dropPosition = {2775, 400};
dropPosition = {2700, 400};
}
}