Skip to content

Commit

Permalink
Fix parameter types of Local Set and Local Clear in Actions.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
Rampastring committed May 20, 2023
1 parent eac1041 commit 03bfa01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/TSMapEditor/Config/Actions.ini
Original file line number Diff line number Diff line change
Expand Up @@ -325,12 +325,12 @@ P7Type=WaypointZZ
[LocalSet]
Name=Local Set
Description=Set the local flag. Local variable can be either 'on/set/true' or 'off/clear/false'.
P2Type=3
P2Type=LocalVariable

[LocalClear]
Name=Local Clear
Description=Clear the local flag. Local variables can either be 'on/set/true' or 'off/clear/false'.
P2Type=3
P2Type=LocalVariable

[MeteorShowerAt]
Name=Meteor Shower At
Expand Down

0 comments on commit 03bfa01

Please sign in to comment.