summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZiusudra2022-09-30 21:49:56 -0600
committerZiusudra2022-09-30 21:49:56 -0600
commitbae742b2b4ba6470b0010cf4520b78f55907f7f7 (patch)
tree71dbf77269fe95c949e81ff62b7bbf6230fcc420
parent682a48c37c7f47fa18329e92404bbc807462475d (diff)
downloadaur-bae742b2b4ba6470b0010cf4520b78f55907f7f7.tar.gz
removed unneeded patch
-rw-r--r--order-plugin.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/order-plugin.patch b/order-plugin.patch
deleted file mode 100644
index 7902c0f42f9c..000000000000
--- a/order-plugin.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-diff --unified --recursive --text dfhack/plugins/orders.cpp dfhack.new/plugins/orders.cpp
---- dfhack/plugins/orders.cpp 2022-07-29 03:02:00.947413585 -0600
-+++ dfhack.new/plugins/orders.cpp 2022-07-29 20:20:27.962705687 -0600
-@@ -540,10 +540,10 @@
- }
- else
- {
-- delete order;
--
- out << COLOR_LIGHTRED << "Invalid item subtype for imported manager order: " << enum_item_key(order->item_type) << ":" << it["item_subtype"].asString() << std::endl;
-
-+ delete order;
-+
- return CR_FAILURE;
- }
- }
-@@ -716,10 +716,10 @@
- }
- else
- {
-- delete condition;
--
- out << COLOR_YELLOW << "Invalid item condition item subtype for imported manager order: " << enum_item_key(condition->item_type) << ":" << it2["item_subtype"].asString() << std::endl;
-
-+ delete condition;
-+
- continue;
- }
- }