Fix building

This commit is contained in:
RednedEpic 2020-01-18 16:48:46 -06:00
parent 52b23950ea
commit 88fc3cf843
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ public class BedrockPlayerInitializedTranslator extends PacketTranslator<SetLoca
if (!(session.getConnector().getConfig().getRemote().getAuthType().hashCode() == "online".hashCode())) {
session.getConnector().getLogger().info("Attempting to login using offline mode... authentication is disabled.");
session.authenticate(session.getAuthenticationData().getName());
session.authenticate(session.getAuthData().getName());
}
for (PlayerEntity entity : session.getEntityCache().getEntitiesByType(PlayerEntity.class)) {