Skip to content

Commit

Permalink
fix example palworld.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
tukeJonny committed Feb 4, 2024
1 parent 733bd22 commit f5632b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/palworld.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
Expand Down

0 comments on commit f5632b9

Please sign in to comment.