Reflect original class name
This commit is contained in:
parent
5978dbe176
commit
256f518fb4
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
|
@ -12,7 +12,7 @@
|
|||
"RegistryLoaderMixin",
|
||||
"SentMessageMixin",
|
||||
"ServerPlayerEntityMixin",
|
||||
"ServerPlayNetworkManagerMixin",
|
||||
"ServerPlayNetworkHandlerMixin",
|
||||
"PlayerManagerMixin"
|
||||
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue