This commit is contained in:
@ -718,14 +718,14 @@ public final class GameModeConfig<M, W> {
|
||||
public final String Name;
|
||||
|
||||
/**
|
||||
* @implSpec {@code §3} by default
|
||||
* @implSpec {@code §9} by default
|
||||
*/
|
||||
public final String Prefix;
|
||||
|
||||
private BlueConfig(YMLWrapper loader) {
|
||||
loaded = loader.canLoad();
|
||||
Name = loader.getString("Name", "Blau");
|
||||
Prefix = loader.getString("Prefix", "§3");
|
||||
Prefix = loader.getString("Prefix", "§9");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user