Skip to content

Commit f08b673

Browse files
committed
release: Version 1.2.1
1 parent ac5b75f commit f08b673

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

backend/common/src/main/java/io/github/_4drian3d/signedvelocity/common/logger/DebugLogger.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
import java.util.function.Supplier;
77

88
public interface DebugLogger {
9-
// TODO: Change this on release
10-
boolean DEBUG = PropertyHolder.readBoolean("io.github._4drian3d.signedvelocity.debug", true);
9+
boolean DEBUG = PropertyHolder.readBoolean("io.github._4drian3d.signedvelocity.debug", false);
1110

1211
void debugMultiple(Supplier<String[]> supplier);
1312

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
group = io.github._4drian3d
2-
version = 1.2.1-SNAPSHOT
2+
version = 1.2.1
33
description = Allows you to cancel or modify messages or commands from Velocity without synchronization problems
44
org.gradle.jvmargs=-Xmx2G

0 commit comments

Comments
 (0)