Commit 549ef6d
committed
fix(installer): offer every server type in the selection list
MAIN_LOBBY, RAVENGARD_DUNGEON and REPLAY_VIEWER were the only three ServerType
values the installer never listed, so a Docker install could bring up the Ravengard
lobby but not the dungeon behind it. The orchestrator only picks from already
running dungeon servers rather than starting them, the same as MURDER_MYSTERY_GAME
and SKYWARS_GAME which were both already listed, so the type has to be declared up
front for matchmaking to find anything.1 parent 44e9c32 commit 549ef6d
2 files changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| 43 | + | |
| 44 | + | |
42 | 45 | | |
43 | 46 | | |
44 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
0 commit comments