We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0316092 commit 07b5e12Copy full SHA for 07b5e12
static/index.html
@@ -95,9 +95,11 @@ <h4>Queue</h4>
95
96
<h4>Room Grouping</h4>
97
<ul>
98
- <li>add/{other zone name}</li>
99
- <li>remove/{other zone name}</li>
+ <li>add/{player name from existing zone, prefix with player you want to join}</li>
+ <li>join/{player player to join in, prefix with player from current zone} (this is just the inverse of add)</li>
100
<li>isolate</li>
101
+ <li>ungroup (alias of isolate)</li>
102
+ <li>leave (alias of isolate)</li>
103
</ul>
104
105
<h4>Other</h4>
0 commit comments