Skip to content

Commit

Permalink
Merge branch 'master' into fix/ic2-electric-manager-detectAndSendChanges
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master authored Sep 7, 2023
2 parents ce0da4b + aa744d1 commit f8bd708
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ protected GameProfile func_152506_a(GameProfile original) {
private void hodgepodge$func_147326_c(CallbackInfo ci) {
if (this.field_147337_i == null) {
// Disconnect null profiles from func_152506_a
this.func_147322_a("You were not found in the cache!");
this.func_147322_a(
"Login while the server is in online mode to be able to login while it is in offline mode.");
ci.cancel();
}
}
Expand Down

0 comments on commit f8bd708

Please sign in to comment.