Add "Not authenticated with Minecraft.net" message in the messages.properties (#2044)
This commit is contained in:
parent
81de9d5a63
commit
db1516ba00
@ -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" ) );
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user