diff options
Diffstat (limited to 'azalea/src')
| -rw-r--r-- | azalea/src/pathfinder/goto_event.rs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/azalea/src/pathfinder/goto_event.rs b/azalea/src/pathfinder/goto_event.rs index 8a4f78d0..bd0e1540 100644 --- a/azalea/src/pathfinder/goto_event.rs +++ b/azalea/src/pathfinder/goto_event.rs @@ -115,3 +115,8 @@ impl PathfinderOpts { self } } +impl Default for PathfinderOpts { + fn default() -> Self { + Self::new() + } +} |
