mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Remove dbg
This commit is contained in:
parent
62745c4cad
commit
75368dbac1
@ -127,7 +127,6 @@ impl<'a> System<'a> for Sys {
|
||||
time_left: Duration::from_secs(5),
|
||||
};
|
||||
} else if !controller.block && character.action.is_block() {
|
||||
dbg!();
|
||||
character.action = Idle;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user