summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2025-03-17 15:50:14 +0100
committerTor Andersson <tor@ccxvii.net>2025-03-17 15:50:30 +0100
commitc0b21422cdd9ebde293707ad89401e4b0d007b30 (patch)
treebd20c32c2d39d99023c425dd3939f56c17a3768d /public
parent1a41efaeb429dde78944c0c8853425cff33fc693 (diff)
downloadserver-c0b21422cdd9ebde293707ad89401e4b0d007b30.tar.gz
Fix typo in replay when player resigns.
Diffstat (limited to 'public')
-rw-r--r--public/common/replay.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/common/replay.js b/public/common/replay.js
index 950b244..a1e6cfd 100644
--- a/public/common/replay.js
+++ b/public/common/replay.js
@@ -122,7 +122,7 @@ function eval_action(s, item, p) {
result = r
}
- s = finish_game_state(s, result, role + " resigned.")
+ s = finish_game_state(s, result, item_role + " resigned.")
return s
default: