Skip to content

Commit

Permalink
More logging for CM_GATHER
Browse files Browse the repository at this point in the history
  • Loading branch information
neon-dev committed Dec 7, 2024
1 parent bf812e7 commit 685c557
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ protected void runImpl() {
gatherable.getController().cancelGathering();
}
case 0 -> gatherable.getController().startGathering(player);
default -> LoggerFactory.getLogger(getClass()).warn("Unhandled gathering action ID {} (sent by {})", actionId, player);
// case 128 -> TODO identify corresponding action
default -> LoggerFactory.getLogger(getClass()).warn("Unhandled gathering action ID {} (sent by {} at {})", actionId, player, player.getPosition());
}
}
}

0 comments on commit 685c557

Please sign in to comment.