You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 16, 2022. It is now read-only.
@@ -45,11 +46,6 @@ public static void onJoin(PlayerLoggedInEvent event){
45
46
if(descriptors.containsKey(entity)) {
46
47
descriptors.remove(entity);
47
48
logged.remove(entity);
48
-
entity.setPositionAndUpdate(
49
-
dc.getPosition().getX(),
50
-
dc.getPosition().getY(),
51
-
dc.getPosition().getZ()
52
-
);
53
49
((EntityPlayerMP) entity).connection.sendPacket(newSPacketDisconnect(newTextComponentString("Wake up! You only have " + AuthMod.getConfig().getDelay() + " seconds to log in.")));
0 commit comments