[config] Change default login server (#5107)
Build / Linux (push) Waiting to run
Build / Windows (push) Waiting to run

This commit is contained in:
JJ
2026-07-08 02:21:51 -04:00
committed by GitHub
parent 96c32e6189
commit 9a3eb52d07
+3 -3
View File
@@ -32,8 +32,8 @@
"loginserver1": {
"account": "",
"password": "",
"legacy": 0,
"host": "login.projecteq.net",
"legacy": 1,
"host": "login.eqemulator.net",
"port": "5998"
},
"tcp": {
@@ -70,4 +70,4 @@
"plugins": "quests/plugins/"
}
}
}
}