Change lobby branding to stratus
This commit is contained in:
parent
bcd1993dbe
commit
46f05069c6
|
@ -11,13 +11,13 @@ public class GeneralFormatter {
|
|||
|
||||
@Inject private GeneralFormatter() {}
|
||||
|
||||
private final Component brandName = new Component("PGM", GOLD);
|
||||
private final Component brandName = new Component("Stratus", GOLD);
|
||||
|
||||
public BaseComponent brandName() {
|
||||
return brandName;
|
||||
}
|
||||
|
||||
public String publicHostname() {
|
||||
return "localhost"; // TODO: configurable
|
||||
return "play.stratus.network"; // TODO: configurable
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue