Skip to content

Commit 97073fc

Browse files
committed
Corrected exception message of TS3ConnectionFailedException
1 parent 9209065 commit 97073fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/github/theholywaffle/teamspeak3/api/exception/TS3ConnectionFailedException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public class TS3ConnectionFailedException extends TS3Exception {
3131
private static final long serialVersionUID = 6849777544299282019L;
3232

3333
public TS3ConnectionFailedException(Throwable c) {
34-
super("An error occurred while sending a command to a teamspeak server", c);
34+
super("An error occurred while connecting to the TeamSpeak3 server", c);
3535
}
3636

3737
}

0 commit comments

Comments
 (0)