Skip to content

Commit

Permalink
try adding to an actual page
Browse files Browse the repository at this point in the history
  • Loading branch information
riverwanderer committed Sep 25, 2023
1 parent 0770d4d commit 20390e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -916,7 +916,7 @@ public List<String> getPropertyNames() {
final BooleanConfigurer VassalRandomSideCfg = new BooleanConfigurer("VassalRandomSide", "Random", Boolean.FALSE); //$NON-NLS$
prefs.addOption("Test", VassalRandomSideCfg);

final StringConfigurer VassalForceSideCfg = new StringConfigurer("VassalForceSide", "", "Force"); //$NON-NLS$
final StringConfigurer VassalForceSideCfg = new StringConfigurer("VassalForceSide", "Force", "test"); //$NON-NLS$
prefs.addOption("Test", VassalForceSideCfg);

// Initialise values that are intended to be transient within a module
Expand Down

0 comments on commit 20390e9

Please sign in to comment.