mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Increase max bytes per chat message
This commit is contained in:
parent
6e4d556073
commit
e8340d88af
@ -17,7 +17,7 @@ pub enum ClientState {
|
||||
Character,
|
||||
}
|
||||
|
||||
pub const MAX_BYTES_CHAT_MSG: usize = 80;
|
||||
pub const MAX_BYTES_CHAT_MSG: usize = 256;
|
||||
|
||||
pub enum ChatMsgValidationError {
|
||||
TooLong,
|
||||
|
Loading…
Reference in New Issue
Block a user