mirror of
https://github.com/ViaVersion/ViaFabricPlus.git
synced 2024-11-21 11:46:49 +01:00
Update Via* libraries
This commit is contained in:
parent
51f33832ab
commit
fad95d2670
@ -14,11 +14,11 @@ maven_group=de.florianmichael
|
||||
archives_base_name=ViaFabricPlus
|
||||
|
||||
# ViaVersion Libraries
|
||||
viaversion_version=5.0.2-SNAPSHOT
|
||||
viabackwards_version=5.0.2-SNAPSHOT
|
||||
vialegacy_version=3.0.2-SNAPSHOT
|
||||
viaaprilfools_version=3.0.1-SNAPSHOT
|
||||
vialoader_version=3.0.2-SNAPSHOT
|
||||
viaversion_version=5.0.2
|
||||
viabackwards_version=5.0.3-SNAPSHOT
|
||||
vialegacy_version=3.0.3-SNAPSHOT
|
||||
viaaprilfools_version=3.0.2-SNAPSHOT
|
||||
vialoader_version=3.0.3-SNAPSHOT
|
||||
|
||||
# RaphiMC Libraries
|
||||
minecraftauth_version=4.1.0
|
||||
|
@ -182,7 +182,7 @@ public class ClientsideFixes {
|
||||
}
|
||||
|
||||
/**
|
||||
* Executes a sync task and returns the uuid of the task
|
||||
* Executes a task synchronized with the main thread from networking threads
|
||||
*
|
||||
* @param task The task to execute
|
||||
* @return The uuid of the task
|
||||
|
@ -77,7 +77,6 @@ public abstract class MixinClientCommonNetworkHandler {
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
@Inject(method = "savePacketErrorReport", at = @At("HEAD"), cancellable = true)
|
||||
private void dontCreatePacketErrorCrashReports(CallbackInfoReturnable<Optional<Path>> cir) {
|
||||
if (DebugSettings.global().dontCreatePacketErrorCrashReports.isEnabled()) {
|
||||
|
Loading…
Reference in New Issue
Block a user