Skip to content

Commit

Permalink
this should be an "and"
Browse files Browse the repository at this point in the history
  • Loading branch information
lemz1 committed Nov 20, 2024
1 parent e1ee1ee commit 212883f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class StartWizardDialog extends DefaultWizardDialog

override public function isNextStepAvailable()
{
if ((!params.generateCharacter || !params.generatePlayerData))
if ((!params.generateCharacter && !params.generatePlayerData))
{
CharCreatorUtil.error("Start", "Please choose to Generate at least one thing.");
return false;
Expand Down

0 comments on commit 212883f

Please sign in to comment.