Linux Mismatch for end position for fishing rod event at the Beach

pneuma163

Greenhorn
In Data/Events/Beach.json, event 739330 includes the command end position 42 36
In Event.cs, the same event is given end behavior if the player skips the event with the line
this.endBehaviors(new string[4] { "End", "position", "43", "36" }, Game1.currentLocation);

The game respects each tile location depending on whether the player skipped the event or not, but I thought I would report the tile mismatch.
 
Top