Skip to content

Commit c15c92e

Browse files
committed
Swap PVP and Hexed
1 parent eb51a8c commit c15c92e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build/scripts/config.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ export class FishServer {
183183
);
184184
static pvp = new FishServer(
185185
"pvp",
186-
"162.248.100.133", "6567",
186+
"162.248.102.101", "6567",
187187
["pv", "p", "v", "playerversusplayer"]
188188
);
189189
static sandbox = new FishServer(
@@ -193,7 +193,7 @@ export class FishServer {
193193
);
194194
static hexed = new FishServer(
195195
"hexed",
196-
"162.248.102.101", "6567",
196+
"162.248.100.133", "6567",
197197
["h", "hx", "hxd", "hpvp", "hxpvp", "hexpvp"]
198198
);
199199
static byName(input:string):FishServer | null {

0 commit comments

Comments
 (0)