Skip to content

Commit

Permalink
fix: Removed accidentally enabled packetevents debug
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeGodSRC committed Dec 1, 2024
1 parent cafe9b8 commit 8a6caad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public void onPreInitialize() {
@PostInitialize
public void onPostInitialize() {
this.packetEvents.getSettings()
.debug(true)
.debug(false)
.bStats(true)
.checkForUpdates(false)
.timeStampMode(TimeStampMode.MILLIS);
Expand Down
2 changes: 1 addition & 1 deletion global.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = 0.7.9b13-SNAPSHOT
version = 0.7.9b14-SNAPSHOT

0 comments on commit 8a6caad

Please sign in to comment.