File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
backend/common/src/main/java/io/github/_4drian3d/signedvelocity/common/logger Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 66import java .util .function .Supplier ;
77
88public 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
Original file line number Diff line number Diff line change 11group = io.github._4drian3d
2- version = 1.2.1-SNAPSHOT
2+ version = 1.2.1
33description = Allows you to cancel or modify messages or commands from Velocity without synchronization problems
44org.gradle.jvmargs =-Xmx2G
You can’t perform that action at this time.
0 commit comments