Skip to content

Commit

Permalink
ignore toLowerCase
Browse files Browse the repository at this point in the history
  • Loading branch information
sazzad16 authored Jul 21, 2021
1 parent 107b8d8 commit e20c795
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public enum ClientPauseMode implements Rawable {
private final byte[] raw;

private ClientPauseMode() {
raw = SafeEncoder.encode(name().toLowerCase());
raw = SafeEncoder.encode(name());
}

@Override
Expand Down

0 comments on commit e20c795

Please sign in to comment.