Clarify action id
This commit is contained in:
@ -176,7 +176,7 @@ final class TableManagement: DiskWriter {
|
||||
|
||||
func performAction(player: PlayerName, action: PlayerAction) -> PlayerActionResult {
|
||||
guard let table = currentTable(for: player) else {
|
||||
print("Player \(player) wants to \(action.path), but no table joined")
|
||||
print("Player \(player) wants to \(action.id), but no table joined")
|
||||
return .noTableJoined
|
||||
}
|
||||
let (result, newTable) = table.perform(action: action, forPlayer: player)
|
||||
|
Reference in New Issue
Block a user