add abstract player in expectance of draft players

This commit is contained in:
ebbit1q 2025-10-02 01:11:56 +02:00
parent 201750c89f
commit 9fde50c936
11 changed files with 1880 additions and 1733 deletions

View file

@ -202,7 +202,7 @@ Server_AbstractParticipant::cmdJudge(const Command_Judge &cmd, ResponseContainer
return Response::RespFunctionNotAllowed;
}
Server_Player *player = this->game->getPlayer(cmd.target_id());
auto *player = this->game->getPlayer(cmd.target_id());
ges.setForcedByJudge(playerId);
if (player == nullptr) {