aboutsummaryrefslogtreecommitdiff
path: root/azalea/examples/echo.rs
diff options
context:
space:
mode:
Diffstat (limited to 'azalea/examples/echo.rs')
-rwxr-xr-x[-rw-r--r--]azalea/examples/echo.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea/examples/echo.rs b/azalea/examples/echo.rs
index 8c11d6e7..51896e53 100644..100755
--- a/azalea/examples/echo.rs
+++ b/azalea/examples/echo.rs
@@ -11,7 +11,7 @@ async fn main() {
account,
address: "localhost",
state: State::default(),
- plugins: vec![],
+ plugins: plugins![],
handle,
})
.await