diff options
author | Tor Andersson <tor@ccxvii.net> | 2025-02-14 01:32:27 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2025-02-14 01:32:27 +0100 |
commit | c1039040ad1565968456b8c42d668c2624104ca9 (patch) | |
tree | e7a1351c857519b2dd470a552ce3f19e4bd85368 /play.js | |
parent | 5fe3d8b1242697b16078f0b1a1a12abded88a732 (diff) | |
download | pax-pamir-c1039040ad1565968456b8c42d668c2624104ca9.tar.gz |
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -838,7 +838,6 @@ function on_update() { ui.player[p].role.classList.toggle("Afghan", view.players[p].loyalty == "Afghan") ui.player[p].role.classList.toggle("British", view.players[p].loyalty == "British") ui.player[p].role.classList.toggle("Russian", view.players[p].loyalty == "Russian") - ui.player[p].role.classList.toggle("active", p === player_index[view.active]) let a = "" if (is_player_action(p)) |