Change lobby branding to stratus

This commit is contained in:
BuildTools 2017-06-11 02:40:32 -07:00
parent bcd1993dbe
commit 46f05069c6
1 changed files with 2 additions and 2 deletions

View File

@ -11,13 +11,13 @@ public class GeneralFormatter {
@Inject private GeneralFormatter() {} @Inject private GeneralFormatter() {}
private final Component brandName = new Component("PGM", GOLD); private final Component brandName = new Component("Stratus", GOLD);
public BaseComponent brandName() { public BaseComponent brandName() {
return brandName; return brandName;
} }
public String publicHostname() { public String publicHostname() {
return "localhost"; // TODO: configurable return "play.stratus.network"; // TODO: configurable
} }
} }