1
0
Fork 0
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:
jugeeya 2020-08-19 20:31:15 -07:00
parent e10a6c27e9
commit bec36ec897

View file

@ -20,6 +20,10 @@ pub fn buffer_action(action: Action) {
}
}
if action == Action::empty() {
return;
}
unsafe {
QUEUE.insert(0, action);
buffer_follow_up();