update setperm command name

This commit is contained in:
Zoey 2024-04-23 01:00:28 -07:00
parent ab4f81b836
commit e49e35fe82
No known key found for this signature in database
GPG key ID: 8611B896D1AAFAF2

View file

@ -2,7 +2,7 @@ use crate::player::PlayerType;
const CMD_ME: &str = "me"; const CMD_ME: &str = "me";
const CMD_SAY: &str = "say"; const CMD_SAY: &str = "say";
const CMD_SET_PERM: &str = "set-perm"; const CMD_SET_PERM: &str = "setperm";
const CMD_KICK: &str = "kick"; const CMD_KICK: &str = "kick";
/// enum for possible commands /// enum for possible commands