Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit dbf268c

Browse files
authored
chore(prefix): Remove additional </aqua> tag
1 parent 23693df commit dbf268c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/main/java/me/qeklydev/clientviewer/config/Configuration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ public final class Configuration implements UsableConfiguration {
88
@Comment("""
99
The format used for the prefix.
1010
This prefix is used on all plugin messages.""")
11-
public String prefix = "<aqua>[⭐]</aqua>";
11+
public String prefix = "<aqua>[⭐]";
1212

1313
@Comment("""
1414
If the player client provide a null brand name,

0 commit comments

Comments
 (0)