Skip to content

Instantly share code, notes, and snippets.

@Muwbi
Created September 20, 2013 16:51
Show Gist options
  • Save Muwbi/6640471 to your computer and use it in GitHub Desktop.
Save Muwbi/6640471 to your computer and use it in GitHub Desktop.
if ( handshake.getProtocolVersion() > Vanilla.PROTOCOL_VERSION )
{
disconnect( bungee.getTranslation( "outdated_server" ) );
} else if ( handshake.getProtocolVersion() < Vanilla.PROTOCOL_VERSION )
{
disconnect( bungee.getTranslation( "outdated_client" ) );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment