1
0
Fork 0
mirror of https://github.com/jugeeya/UltimateTrainingModpack.git synced 2024-10-03 01:34:27 +00:00

Small buffer mash fix

This commit is contained in:
jugeeya 2020-09-29 08:48:24 -07:00 committed by GitHub
parent c81d996312
commit c6d9c9c322
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}