Exposes tickets field to properly generate crash report.

This commit is contained in:
IzzelAliz 2020-06-09 14:48:12 +08:00
parent 34376b5143
commit 1cdf76895c
2 changed files with 2 additions and 1 deletions

View File

@ -61,9 +61,9 @@ public abstract class ServerLoginNetHandlerMixin implements ServerLoginNetHandle
@Shadow protected abstract GameProfile getOfflineProfile(GameProfile original);
@Shadow public abstract void disconnect(ITextComponent reason);
@Shadow public abstract String getConnectionInfo();
@Shadow private ServerPlayerEntity player;
// @formatter:on
@Shadow private ServerPlayerEntity player;
public String hostname;
@Override

View File

@ -18,6 +18,7 @@ public net.minecraft.util.math.shapes.DoubleCubeMergingList <init>(II)V
public net.minecraft.block.ComposterBlock$EmptyInventory
public net.minecraft.tileentity.SkullTileEntity field_184299_k #sessionService
public net.minecraft.item.crafting.Ingredient <init>(Ljava/util/stream/Stream;)V
public net.minecraft.world.server.TicketManager field_219377_e #tickets
# Bukkit
public net.minecraft.entity.player.PlayerEntity func_190531_bD()I
public net.minecraft.entity.item.ItemFrameEntity func_174859_a(Lnet/minecraft/util/Direction;)V