Skip to content

Commit

Permalink
Fix for bug in JourneyMap rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
MrLittleKitty committed Jan 20, 2019
1 parent 8cc787b commit 657eee2
Show file tree
Hide file tree
Showing 5 changed files with 778 additions and 775 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ If using IntelliJ IDEA (then do this after above):

[Mr_Little_Kitty](https://github.com/MrLittleKitty) - Father of Snitch Master (Creator and wrote a lot of the code)

[iykHvfIvfR](https://github.com/iykHvfIvfR) - Step-father of Snitch Master (Maintained and updated Snitch Master after I abandoned her to get a cigarette)
[iykHvfIvfR](https://github.com/iykHvfIvfR) - Abusive Step-father of Snitch Master (Maintained and updated Snitch Master but also abused her codebase)

[Gjum](https://github.com/Gjum) - Uncle of Snitch Master (Code, ideas, bug reports, and general help)

Expand Down
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ dependencies {
server group: 'org.bukkit', name: 'craftbukkit', version: project.property('apiversion')

compile group: "info.journeymap", name: "journeymap-api", version: "1.12-1.4", changing: true

testCompile "junit:junit:4.11"
}

processResources
Expand Down
Loading

0 comments on commit 657eee2

Please sign in to comment.