Skip to content

Commit

Permalink
small bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jjppof committed Mar 7, 2024
1 parent 408485d commit c87a533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/tile_events/TileEventManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ export class TileEventManager {

//ignore events disabled by storage value.
if (this_event.check_if_disabled_by_storage()) {
return;
continue;
}

//activates different types of tile events.
Expand Down

0 comments on commit c87a533

Please sign in to comment.