From f5632b968f462f917dedaca41b90ac24ea833a0b Mon Sep 17 00:00:00 2001 From: tukeJonny Date: Mon, 5 Feb 2024 03:15:36 +0900 Subject: [PATCH] fix example palworld.rs --- examples/palworld.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/palworld.rs b/examples/palworld.rs index 213d731..4a1d28f 100644 --- a/examples/palworld.rs +++ b/examples/palworld.rs @@ -13,7 +13,7 @@ use std::time::Duration; use anyhow::{anyhow, Result}; use clap::Parser; -use rcon::client::RconClient; +use rconrs::client::RconClient; #[derive(Debug, Parser)] #[clap(name = "palworld")]