Reflect original class name

This commit is contained in:
Alessandro Proto 2024-11-09 12:27:58 +01:00
parent 5978dbe176
commit 256f518fb4
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@ import java.util.EnumSet;
import java.util.List; import java.util.List;
@Mixin(ServerPlayNetworkHandler.class) @Mixin(ServerPlayNetworkHandler.class)
public abstract class ServerPlayNetworkManagerMixin { public abstract class ServerPlayNetworkHandlerMixin {
@Shadow @Shadow
@Final @Final
private MinecraftServer server; private MinecraftServer server;

View file

@ -12,7 +12,7 @@
"RegistryLoaderMixin", "RegistryLoaderMixin",
"SentMessageMixin", "SentMessageMixin",
"ServerPlayerEntityMixin", "ServerPlayerEntityMixin",
"ServerPlayNetworkManagerMixin", "ServerPlayNetworkHandlerMixin",
"PlayerManagerMixin" "PlayerManagerMixin"
], ],