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;
@Mixin(ServerPlayNetworkHandler.class)
public abstract class ServerPlayNetworkManagerMixin {
public abstract class ServerPlayNetworkHandlerMixin {
@Shadow
@Final
private MinecraftServer server;

View file

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