summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2025-02-14 01:32:27 +0100
committerTor Andersson <tor@ccxvii.net>2025-02-14 01:32:27 +0100
commitc1039040ad1565968456b8c42d668c2624104ca9 (patch)
treee7a1351c857519b2dd470a552ce3f19e4bd85368 /rules.js
parent5fe3d8b1242697b16078f0b1a1a12abded88a732 (diff)
downloadpax-pamir-c1039040ad1565968456b8c42d668c2624104ca9.tar.gz
Remove unused view.active property.HEADmaster
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/rules.js b/rules.js
index d48c72b..e8d0897 100644
--- a/rules.js
+++ b/rules.js
@@ -3283,7 +3283,6 @@ exports.view = function (state, current) {
view = {
log: game.log,
- active: player_names[game.active],
prompt: null,
favored: game.favored,
events: game.events,