Skip to content

Commit

Permalink
menuentryswapperconfig: section (open-osrs#168)
Browse files Browse the repository at this point in the history
* menuentryswapperconfig: section

fixes the section

* menuentryswapper.gradle.kts: ver

version bump
  • Loading branch information
Crystalknoct authored Apr 4, 2020
1 parent dd7da46 commit 4521abf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion menuentryswapper/menuentryswapper.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import ProjectVersions.rlVersion
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

version = "0.0.16"
version = "0.0.17"

project.extra["PluginName"] = "Menu Entry Swapper"
project.extra["PluginDescription"] = "Change the default option that is displayed when hovering over objects"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1132,7 +1132,7 @@ default boolean swapDropLogs()
name = "Swap essence pouch",
description = "Makes essence pouch left-click fill in bank",
position = 17,
titleSection = "skillingSection"
section = "skillingSection"
)
default boolean swapEssPouch()
{
Expand Down

0 comments on commit 4521abf

Please sign in to comment.