Update the minecraft server address.

This commit is contained in:
2019-12-30 16:45:29 +01:00
parent 2e4ec738e6
commit a01eb4e42b

View File

@@ -27,7 +27,7 @@ import { NotificationsComponent } from '../core/notifications/notifications.comp
`]
})
export class ServerComponent implements OnInit {
serverAddress = '176.188.217.1:54311';
serverAddress = 'takiguchi.ovh:54311';
serverStartedChecked = false;
serverStarted = false;
restarting = false;