Skip to content

Commit

Permalink
fix viaversion console spam
Browse files Browse the repository at this point in the history
  • Loading branch information
KaspianDev committed Apr 27, 2024
1 parent dd257dc commit 3abdad3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ tasks {

allprojects {
group = "com.github.kaspiandev.antipopup"
version = "7.3"
version = "7.3-HOTFIX"

repositories {
mavenCentral()
Expand Down
3 changes: 2 additions & 1 deletion main/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ dependencies {
compileOnly "org.apache.logging.log4j:log4j-core:2.19.0"

implementation "org.bstats:bstats-bukkit:3.0.0"
implementation "com.github.retrooper.packetevents:spigot:2.2.0"
//implementation "com.github.retrooper.packetevents:spigot:2.2.1"
implementation files("../lib/packetevents-spigot-2.2.1.jar")
implementation "com.tcoded:FoliaLib:0.2.3"
}

Expand Down

0 comments on commit 3abdad3

Please sign in to comment.