From 079d27bb1b54eef0aa98d575469f907a9790c47b Mon Sep 17 00:00:00 2001 From: riverwanderer <58135975+riverwanderer@users.noreply.github.com> Date: Thu, 14 Sep 2023 12:19:42 +0100 Subject: [PATCH] Update documentation to remove Solitaire changes which may layer on this PR. --- .../main/readme-referencemanual/ReferenceManual/GameModule.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vassal-doc/src/main/readme-referencemanual/ReferenceManual/GameModule.adoc b/vassal-doc/src/main/readme-referencemanual/ReferenceManual/GameModule.adoc index 33794d5ee6..34ca7c8558 100644 --- a/vassal-doc/src/main/readme-referencemanual/ReferenceManual/GameModule.adoc +++ b/vassal-doc/src/main/readme-referencemanual/ReferenceManual/GameModule.adoc @@ -119,7 +119,7 @@ Any number of observers (players who belong to no side) are allowed. The <> or <> button, in the main controls toolbar, allows a player to relinquish their side (making it available to the next player joining the game). You can specify the text, icon, and mouse-over tooltip for the toolbar button. -The Switch Sides component includes hot-seat support. If the Module <> _VassalNextSide_ is defined and set to an available side, that side will be offered. Failing this, Vassal will determine the next side in order, excluding non-player sides. "Non-player" sides are "Solo" and those beginning "Solitaire", "Solo:", "Moderator" or "Referee". Additional sides can be listed, comma-separated, in the <> property _VassalSkipSideList_. +The Switch Sides component includes hot-seat support. Vassal will determine the next side in order, excluding non-player sides "Solo", "Solitaire", "Moderator" and "Referee". |===