fix(servers): set the right IP on the servers
All checks were successful
Discord / discord commits (push) Successful in 1m11s
All checks were successful
Discord / discord commits (push) Successful in 1m11s
This commit is contained in:
parent
a6d56f9233
commit
a454167053
1 changed files with 4 additions and 4 deletions
|
@ -27,7 +27,7 @@
|
|||
|
||||
serverConfig =
|
||||
{
|
||||
server-port = 25566;
|
||||
server-port = 25569;
|
||||
|
||||
extra-options = {
|
||||
};
|
||||
|
@ -46,7 +46,7 @@
|
|||
|
||||
serverConfig =
|
||||
{
|
||||
server-port = 25569;
|
||||
server-port = 25566;
|
||||
motd = "creative mode gaming";
|
||||
|
||||
extra-options = {
|
||||
|
@ -72,8 +72,8 @@
|
|||
|
||||
serverConfig =
|
||||
{
|
||||
server-port = 25560;
|
||||
motd = "motd=Nomi CEu Server, v1.7-alpha-2";
|
||||
server-port = 25569;
|
||||
motd = "Nomi CEu Server, v1.7-alpha-2";
|
||||
|
||||
extra-options = {
|
||||
max-players = 8;
|
||||
|
|
Loading…
Reference in a new issue