Merge pull request 'be quieter' (#25) from quiter into master
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: #25
This commit is contained in:
jake 2023-01-29 19:39:30 -05:00
commit 8c88303009

View File

@ -124,7 +124,7 @@ pub struct LobbySelect {
#[pso_packet(0xE7)] #[pso_packet(0xE7)]
pub struct FullCharacter { pub struct FullCharacter {
#[no_debug] #[nodebug]
character: character::FullCharacter, character: character::FullCharacter,
} }