forked from sorceress/EasyAuth
Removing STDOUT (oops)
This commit is contained in:
parent
7f238e7d0c
commit
7716b751a5
|
@ -85,10 +85,6 @@ public abstract class MixinPlayerManager {
|
||||||
File onlineFile = new File(serverStatsDir, uUID + ".json");
|
File onlineFile = new File(serverStatsDir, uUID + ".json");
|
||||||
if(config.experimental.premiumAutologin && !config.experimental.forceoOfflineUuids && ((PlayerAuth) player).isUsingMojangAccount() && !onlineFile.exists()) {
|
if(config.experimental.premiumAutologin && !config.experimental.forceoOfflineUuids && ((PlayerAuth) player).isUsingMojangAccount() && !onlineFile.exists()) {
|
||||||
((ServerStatHandlerAccessor) serverStatHandler).setFile(onlineFile);
|
((ServerStatHandlerAccessor) serverStatHandler).setFile(onlineFile);
|
||||||
System.out.println("File: " + ((ServerStatHandlerAccessor) serverStatHandler).getFile().getName());
|
|
||||||
}
|
}
|
||||||
else
|
|
||||||
System.out.println("Nope: " + ((ServerStatHandlerAccessor) serverStatHandler).getFile().getName());
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue