mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-12 10:45:50 -07:00
Fixed invisibility after cross-world teleportation
This commit is contained in:
@@ -33,7 +33,7 @@ public class NetServerHandler extends NetHandler implements ICommandListener {
|
||||
public NetworkManager b;
|
||||
public boolean c = false;
|
||||
private MinecraftServer d;
|
||||
private EntityPlayer e;
|
||||
public EntityPlayer e; // Craftbukkit - public
|
||||
private int f = 0;
|
||||
private double g;
|
||||
private double h;
|
||||
|
Reference in New Issue
Block a user