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

Commit

Permalink
Fix missing merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
sleiss committed Apr 29, 2016
1 parent 7ee40a0 commit 989dd8d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions proxy/src/main/java/net/md_5/bungee/PlayerInfoSerializer.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,13 @@

public class PlayerInfoSerializer implements JsonSerializer<ServerPing.PlayerInfo>, JsonDeserializer<ServerPing.PlayerInfo>
{
<<<<<<< HEAD
private final int protocol;

public PlayerInfoSerializer(int protocol)
{
this.protocol = protocol;
}

=======

>>>>>>> 80b3135a93f0e23489cc19086e31feb12ff51798
@Override
public ServerPing.PlayerInfo deserialize(JsonElement json, Type typeOfT, JsonDeserializationContext context) throws JsonParseException
{
Expand Down

0 comments on commit 989dd8d

Please sign in to comment.