From 9c4dbea3929557b0e7275cc4f6ecf1ad3a2842a4 Mon Sep 17 00:00:00 2001 From: scamtank Date: Mon, 9 Feb 2015 00:22:19 +0200 Subject: [PATCH] Re-enabled fix-armory plugin --- plugins/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt index f58c0182d..063e8a90e 100644 --- a/plugins/CMakeLists.txt +++ b/plugins/CMakeLists.txt @@ -117,7 +117,7 @@ if (BUILD_SUPPORTED) DFHACK_PLUGIN(fastdwarf fastdwarf.cpp) DFHACK_PLUGIN(feature feature.cpp) DFHACK_PLUGIN(filltraffic filltraffic.cpp) -# DFHACK_PLUGIN(fix-armory fix-armory.cpp) + DFHACK_PLUGIN(fix-armory fix-armory.cpp) DFHACK_PLUGIN(fixpositions fixpositions.cpp) DFHACK_PLUGIN(fixveins fixveins.cpp) DFHACK_PLUGIN(flows flows.cpp)