Skip to content

Commit

Permalink
Fix FakeEntity NPE
Browse files Browse the repository at this point in the history
  • Loading branch information
noonmaru committed Oct 10, 2020
1 parent 88e02a9 commit dbf5c12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ subprojects {
compileOnly("com.comphenix.protocol:ProtocolLib:4.6.0-SNAPSHOT")
compileOnly("com.github.noonmaru:invfx:1.3.0")

implementationOnlyCommon("com.github.noonmaru:tap:3.2.0")
implementationOnlyCommon("com.github.noonmaru:tap:3.2.1")
implementationOnlyCommon("com.github.noonmaru:kommand:0.6.3")

testImplementation("junit:junit:4.13")
Expand Down
2 changes: 1 addition & 1 deletion psychics-common/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pluginName=Psychics
pluginMain=com.github.noonmaru.psychics.plugin.PsychicPlugin
version=0.9.0
version=0.9.1

0 comments on commit dbf5c12

Please sign in to comment.