Skip to content
This repository has been archived by the owner on Jul 15, 2022. It is now read-only.

Commit

Permalink
Merge pull request #120 from SpigotMC/master
Browse files Browse the repository at this point in the history
Add "Not authenticated with Minecraft.net" message in the messages.pr…
  • Loading branch information
John authored Jan 18, 2017
2 parents 36b8d43 + db1516b commit 728d0f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ public void done(String result, Throwable error)
finish();
return;
}
disconnect( "Not authenticated with Minecraft.net" );
disconnect( bungee.getTranslation( "offline_mode_player" ) );
} else
{
disconnect( bungee.getTranslation( "mojang_fail" ) );
Expand Down
1 change: 1 addition & 0 deletions proxy/src/main/resources/messages.properties
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ name_too_long=Cannot have username longer than 16 characters
name_invalid=Username contains invalid characters.
ping_cannot_connect=\u00a7c[Bungee] Can't connect to server.
join_throttle_kick=You have connected too fast. You must wait at least {0} seconds between connections.
offline_mode_player=Not authenticated with Minecraft.net

0 comments on commit 728d0f7

Please sign in to comment.