Added new default server

This commit is contained in:
Felix Ableitner 2016-09-19 05:03:49 +09:00
parent f3ec28fef8
commit 1d8736931f

View file

@ -26,7 +26,7 @@ object SettingsInterface {
val DefaultNotificationSoundsOn = true
val DefaultMaxConnections = 1000000
// When updating this, be sure to adjust the code in [[InternetInterface.create]].
val DefaultAddresses = Set("ensichat.nutomic.com:26344").mkString(", ")
val DefaultAddresses = Set("ensichat.nutomic.com:26344", "trinity.nutomic.com:26344").mkString(", ")
}