Skip to content

Commit 8dbfa08

Browse files
committed
Fix startup error on velocity
1 parent a989e5d commit 8dbfa08

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ tasks {
2020

2121
allprojects {
2222
group = "com.github.kaspiandev.antipopup"
23-
version = "9"
23+
version = "9.1"
2424

2525
repositories {
2626
mavenCentral()

velocity/src/main/java/com/github/kaspiandev/antipopup/velocity/AntiPopup.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public void onProxyInitialization(ProxyInitializeEvent event) {
4343

4444
PluginContainer pluginContainer = server.getPluginManager().ensurePluginContainer(this);
4545
PacketEvents.setAPI(VelocityPacketEventsBuilder.build(server, pluginContainer, logger, dataDirectory));
46-
PacketEvents.getAPI().getSettings().debug(false).bStats(false).checkForUpdates(false);
46+
PacketEvents.getAPI().getSettings().debug(false).checkForUpdates(false);
4747
PacketEvents.getAPI().load();
4848
PacketEvents.getAPI().getEventManager().registerListener(new PacketEventsListener(platform));
4949
PacketEvents.getAPI().init();

0 commit comments

Comments
 (0)