diff options
| author | veronoicc <64193056+veronoicc@users.noreply.github.com> | 2023-12-01 18:43:04 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-01 11:43:04 -0600 |
| commit | d21e496bc36624900d771dacefcbe67dc8110c06 (patch) | |
| tree | 500a76fdab08fdcd32fae2d5da653554590a3333 /azalea/src | |
| parent | a80619449762cf58c6790f886b1afaf54a96e03d (diff) | |
| download | azalea-drasl-d21e496bc36624900d771dacefcbe67dc8110c06.tar.xz | |
Make auto_respawn pub (#116)
Diffstat (limited to 'azalea/src')
| -rw-r--r-- | azalea/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea/src/lib.rs b/azalea/src/lib.rs index fa9d2e5a..bf00cbbe 100644 --- a/azalea/src/lib.rs +++ b/azalea/src/lib.rs @@ -5,7 +5,7 @@ #![feature(let_chains)] pub mod accept_resource_packs; -mod auto_respawn; +pub mod auto_respawn; pub mod auto_tool; mod bot; pub mod container; |
