Skip to content

Commit

Permalink
Merge pull request #212 from Smuddgge-Other/main
Browse files Browse the repository at this point in the history
  • Loading branch information
BlitzOffline authored Jun 23, 2023
2 parents 1d0b326 + ed9e180 commit 370c6fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class AddonsMapper implements TypeSerializer<AddonsHolder> {

private static final Object[] SUPERVANISH_VANISH = new Object[] {"supervanish", "vanish"};

private static final Object[] GRIEFPREVENTION_SOFT_MUTE = new Object[] {"supervanish", "soft_mute"};
private static final Object[] GRIEFPREVENTION_SOFT_MUTE = new Object[] {"griefprevention", "soft_mute"};

@Override
public AddonsHolder deserialize(final Type type, final ConfigurationNode node) throws SerializationException {
Expand Down

0 comments on commit 370c6fd

Please sign in to comment.