mirror of
https://github.com/zyllian/classics.git
synced 2025-01-18 03:32:41 -08:00
update setperm command name
This commit is contained in:
parent
ab4f81b836
commit
e49e35fe82
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ use crate::player::PlayerType;
|
|||
|
||||
const CMD_ME: &str = "me";
|
||||
const CMD_SAY: &str = "say";
|
||||
const CMD_SET_PERM: &str = "set-perm";
|
||||
const CMD_SET_PERM: &str = "setperm";
|
||||
const CMD_KICK: &str = "kick";
|
||||
|
||||
/// enum for possible commands
|
||||
|
|
Loading…
Add table
Reference in a new issue