Skip to content

Commit

Permalink
Fix serialized name of packet type variable
Browse files Browse the repository at this point in the history
  • Loading branch information
qixils committed Nov 27, 2021
1 parent b517d04 commit bcc0e2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/dev/qixils/crowdcontrol/socket/Response.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ public final class Response {
private final ResultType type;
private final String message;
private final long timeRemaining; // millis
@SerializedName("type")
final PacketType packetType;

/**
Expand Down

0 comments on commit bcc0e2a

Please sign in to comment.