mirror of
https://github.com/ViaVersion/ViaFabricPlus.git
synced 2024-11-16 10:55:39 +01:00
Explain properly why we *break* game features
This commit is contained in:
parent
3ac1420e87
commit
a47cad4d54
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user