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

Commit

Permalink
Fix some problems with serverlists.
Browse files Browse the repository at this point in the history
  • Loading branch information
sleiss committed Apr 29, 2016
1 parent 989dd8d commit 28bb88f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ protected void channelRead0(ChannelHandlerContext ctx, DatagramPacket msg) throw
data.put( "gametype", "SMP" );
// Start Extra Info
data.put( "game_id", "MINECRAFT" );
data.put( "version", bungee.getGameVersion() );
data.put( "version", "BungeeCord " + bungee.getGameVersion() );
data.put( "plugins", "" );
// End Extra Info
data.put( "map", "BungeeCord_Proxy" );
Expand Down

0 comments on commit 28bb88f

Please sign in to comment.