mirror of
https://github.com/zyllian/classics.git
synced 2025-01-18 03:32:41 -08:00
fix one piece of formatting in commands processing
This commit is contained in:
parent
83efc204a2
commit
6cb7c5f49a
1 changed files with 1 additions and 0 deletions
|
@ -322,6 +322,7 @@ impl<'m> Command<'m> {
|
||||||
"Set permissions for {player_username} to {perm_string}"
|
"Set permissions for {player_username} to {perm_string}"
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|
||||||
Command::Kick { username, message } => {
|
Command::Kick { username, message } => {
|
||||||
let player_perms = player.permissions;
|
let player_perms = player.permissions;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue