We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents be8e2e9 + 5ee8b3c commit f1ebe14Copy full SHA for f1ebe14
2 files changed
docs/changelog.txt
@@ -70,6 +70,7 @@ Template for new versions:
70
## Lua
71
72
## Removed
73
+- `infiniteSky`: Temporarily disabled due to incompatibility with changes made as part of DF's siege update
74
75
# 53.05-r1
76
plugins/CMakeLists.txt
@@ -86,7 +86,7 @@ if(BUILD_SUPPORTED)
86
#dfhack_plugin(generated-creature-renamer generated-creature-renamer.cpp)
87
dfhack_plugin(getplants getplants.cpp)
88
dfhack_plugin(hotkeys hotkeys.cpp LINK_LIBRARIES lua)
89
- dfhack_plugin(infinite-sky infinite-sky.cpp LINK_LIBRARIES lua)
+ #dfhack_plugin(infinite-sky infinite-sky.cpp LINK_LIBRARIES lua)
90
#dfhack_plugin(jobutils jobutils.cpp)
91
dfhack_plugin(lair lair.cpp)
92
dfhack_plugin(liquids liquids.cpp Brushes.h LINK_LIBRARIES lua)
0 commit comments