diff options
Diffstat (limited to 'azalea-client/src/plugins/loading.rs')
| -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)] |
