Skip to content

Commit

Permalink
Fix missing bracket in VanishIndication
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonMangler committed Apr 26, 2021
1 parent 70be2c8 commit c0b5d5d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

import static com.comphenix.protocol.PacketType.Play.Server.PLAYER_INFO;

public class VanishIndication extends Feature
public class VanishIndication extends Feature {
private boolean suppressErrors = false;

public VanishIndication(SuperVanish plugin) {
Expand Down

0 comments on commit c0b5d5d

Please sign in to comment.