File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
src/main/java/net/raphimc/viaproxy/protocoltranslator Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ repositories {
5050}
5151
5252dependencies {
53- includeInJar " com.viaversion:viaversion-common:5.6.1 -SNAPSHOT"
53+ includeInJar " com.viaversion:viaversion-common:5.7.0 -SNAPSHOT"
5454 includeInJar " com.viaversion:viabackwards-common:5.6.1-SNAPSHOT"
5555 includeInJar " com.viaversion:viarewind-common:4.0.13-SNAPSHOT"
5656 includeInJar " net.raphimc:ViaLegacy:3.0.12-SNAPSHOT"
Original file line number Diff line number Diff line change @@ -81,6 +81,9 @@ private static void patchConfigs() {
8181 packet-limiter:
8282 max-per-second: 1400
8383 sustained-max-per-second: 400
84+ logging:
85+ log-text-component-conversion-errors: true
86+ log-other-conversion-warnings: true
8487 """ , StandardOpenOption .CREATE_NEW );
8588 } catch (FileAlreadyExistsException ignored ) {
8689 } catch (Throwable e ) {
You can’t perform that action at this time.
0 commit comments