diff options
| author | mat <git@matdoes.dev> | 2025-06-27 14:00:26 -0900 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-06-27 14:00:26 -0900 |
| commit | 5564d475a285c5b40ac74d7123091ce6c63f8c17 (patch) | |
| tree | 564d07831dfc6555774334aa049b2c8d27921c74 /azalea-client/src/plugins | |
| parent | 206445076373636e5ed126faf77706f9fc990785 (diff) | |
| download | azalea-drasl-5564d475a285c5b40ac74d7123091ce6c63f8c17.tar.xz | |
typos
Diffstat (limited to 'azalea-client/src/plugins')
| -rw-r--r-- | azalea-client/src/plugins/loading.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/azalea-client/src/plugins/loading.rs b/azalea-client/src/plugins/loading.rs index b195868b..4e993a4b 100644 --- a/azalea-client/src/plugins/loading.rs +++ b/azalea-client/src/plugins/loading.rs @@ -23,8 +23,8 @@ impl Plugin for PlayerLoadedPlugin { // this component is removed on respawn or disconnect // (notably, it's not removed on login) -// mojmap interchangably calls it 'has client loaded' and 'has player loaded', i -// prefer the client one because it makes it clear that the component is only +// mojmap interchangeably calls it 'has client loaded' and 'has player loaded', +// i prefer the client one because it makes it clear that the component is only // present on our own clients #[derive(Component)] |
