Skip to content

Commit

Permalink
Fixed minor issue...
Browse files Browse the repository at this point in the history
  • Loading branch information
RealMangorage committed May 17, 2024
1 parent a94747b commit 412aca0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter'

installer('org.mangorage:installer:3.0.22')
bot('org.mangorage:mangobot:10.0.384')
bot('org.mangorage:mangobot:10.0.385')

library('org.eclipse.mylyn.github:org.eclipse.egit.github.core:2.1.5')
library('org.kohsuke:github-api:1.321')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ public class TrickCommand implements IBasicCommand {

private final DataHandler<Trick> TRICK_DATA_HANDLER = DataHandler.create()
.path("data/tricksV2")
.maxDepth(3)
.build(Trick.class);

private final Map<String, Map<String, Trick>> TRICKS = new HashMap<>();
Expand Down

0 comments on commit 412aca0

Please sign in to comment.