diff --git a/src/patch.rs b/src/patch.rs index 3649a05..0aab00a 100755 --- a/src/patch.rs +++ b/src/patch.rs @@ -427,6 +427,9 @@ pub fn process_patch(data_dir : &str, path : &str) { fs::remove_file(new_path.as_str()); } + SqpkFileOperation::RemoveAll => { + println!("STUB: SqpkFileOperation::RemoveAll"); + } _ => { panic!("Unhandled operation!"); }