diff options
author | Tor Andersson <tor@ccxvii.net> | 2021-12-09 20:49:49 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2021-12-09 20:51:05 +0100 |
commit | 24a811ad1b9c28501f61077c553a4dce3efe8ccb (patch) | |
tree | 296c29a9e553a197268811e296f8520fc4e98fb2 /views/join.pug | |
parent | 223631056dbe65291137c41aabbff9702b654d8a (diff) | |
download | server-24a811ad1b9c28501f61077c553a4dce3efe8ccb.tar.gz |
Fix bug with finding a senior heir when all the non-minor heirs are dead.
Allow a minor heir to be the pretender before he has entered the map.
Diffstat (limited to 'views/join.pug')
-rw-r--r-- | views/join.pug | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/views/join.pug b/views/join.pug index ff15624..6055879 100644 --- a/views/join.pug +++ b/views/join.pug @@ -21,6 +21,7 @@ html include header article h1= game.title_name + p.error#error div.logo +gamecover(game.title_id) |