Explain properly why we *break* game features

This commit is contained in:
FlorianMichael 2023-12-11 21:24:20 +01:00
parent 3ac1420e87
commit a47cad4d54
No known key found for this signature in database
GPG Key ID: C2FB87E71C425126

View File

@ -48,7 +48,7 @@ public abstract class MixinGameOptions {
@Overwrite
public boolean shouldUseNativeTransport() {
if (!this.useNativeTransport) {
ViaFabricPlus.global().getLogger().error("Native transport is disabled, but enabling it anyway");
ViaFabricPlus.global().getLogger().error("Native transport is disabled, but enabling it anyway since we use it as an indicator if the client wants to ping a server or connect to a server.");
}
return true;