mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2024-11-20 00:46:34 +00:00
fix empty mash option breaking
This commit is contained in:
parent
e10a6c27e9
commit
bec36ec897
1 changed files with 4 additions and 0 deletions
|
@ -20,6 +20,10 @@ pub fn buffer_action(action: Action) {
|
|||
}
|
||||
}
|
||||
|
||||
if action == Action::empty() {
|
||||
return;
|
||||
}
|
||||
|
||||
unsafe {
|
||||
QUEUE.insert(0, action);
|
||||
buffer_follow_up();
|
||||
|
|
Loading…
Reference in a new issue