We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8a24166 + 3c5bc26 commit ce55f8fCopy full SHA for ce55f8f
data/init/dfhack.tools.init
@@ -98,7 +98,6 @@ enable overlay
98
# dwarfmonitor \
99
# mousequery \
100
# autogems \
101
-# trackstop \
102
# zone \
103
# stocks \
104
#
docs/plugins/trackstop.rst
plugins/CMakeLists.txt
@@ -166,7 +166,6 @@ if(BUILD_SUPPORTED)
166
dfhack_plugin(tailor tailor.cpp LINK_LIBRARIES lua)
167
dfhack_plugin(tiletypes tiletypes.cpp Brushes.h LINK_LIBRARIES lua)
168
#dfhack_plugin(title-folder title-folder.cpp)
169
- #dfhack_plugin(trackstop trackstop.cpp)
170
dfhack_plugin(tubefill tubefill.cpp)
171
#add_subdirectory(tweak)
172
dfhack_plugin(workflow workflow.cpp LINK_LIBRARIES lua)
plugins/trackstop.cpp
0 commit comments