Add "Not authenticated with Minecraft.net" message in the messages.properties (#2044)

This commit is contained in:
MisterFrans 2017-01-17 22:36:00 +01:00 committed by md-5
parent 81de9d5a63
commit db1516ba00
2 changed files with 2 additions and 1 deletions

View File

@ -421,7 +421,7 @@ public class InitialHandler extends PacketHandler implements PendingConnection
finish(); finish();
return; return;
} }
disconnect( "Not authenticated with Minecraft.net" ); disconnect( bungee.getTranslation( "offline_mode_player" ) );
} else } else
{ {
disconnect( bungee.getTranslation( "mojang_fail" ) ); disconnect( bungee.getTranslation( "mojang_fail" ) );

View File

@ -24,3 +24,4 @@ name_too_long=Cannot have username longer than 16 characters
name_invalid=Username contains invalid characters. name_invalid=Username contains invalid characters.
ping_cannot_connect=\u00a7c[Bungee] Can't connect to server. 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. 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