Skip to content

Commit

Permalink
Update SilentDisconnect.java (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
LinuxSushi authored Aug 25, 2023
1 parent f38dde6 commit 1f0eef9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@

public class SilentDisconnect extends Module {
public SilentDisconnect() {
super(MeteorRejectsAddon.CATEGORY, "silent-disconnect", "Won't show a disconnect screen when you disconnects.");
super(MeteorRejectsAddon.CATEGORY, "silent-disconnect", "Won't show a disconnect screen when you disconnect.");
}
}

0 comments on commit 1f0eef9

Please sign in to comment.