Skip to content

Commit

Permalink
Update 19_Prison.cfg
Browse files Browse the repository at this point in the history
avoid Lua error
  • Loading branch information
cooljeanius committed Jul 3, 2022
1 parent ba0c86c commit 727e9b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scenarios/19_Prison.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -1408,7 +1408,7 @@ Execution stops only once that the executioner is dead."
{NEXT iCurrentLoyal}
{CLEAR_VARIABLE uUnmakeLoyal}

{TEG_UNSTORE_UNITS uMages () ()}
{TEG_UNSTORE_UNITS uMages (recall) (recall)}

{CLEAR_SCENARIO_VARIABLES}
{CLEAR_CAMPAIGN_VARIABLES}
Expand Down

1 comment on commit 727e9b8

@cooljeanius
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This addressed an error from #19

Please sign in to comment.