mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2025-03-16 11:26:11 +00:00
Small buffer mash fix
This commit is contained in:
parent
c81d996312
commit
c6d9c9c322
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ pub unsafe fn get_command_flag_cat(
|
|||
}
|
||||
|
||||
unsafe fn check_buffer(module_accessor: &mut app::BattleObjectModuleAccessor) {
|
||||
if QUEUE.is_empty() {
|
||||
if !QUEUE.is_empty() {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue