Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
Updated phex server address
Browse files Browse the repository at this point in the history
  • Loading branch information
risvh committed Jun 2, 2023
1 parent 7aad519 commit 08e843a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gameSource/hetuwmod.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ bool HetuwMod::isMovingInVog = false;
HetuwMod::IntervalTimed HetuwMod::intervalVogMove(0.1);

bool HetuwMod::phexIsEnabled = true;
std::string HetuwMod::phexIp = "phexonelife.duckdns.org";
std::string HetuwMod::phexIp = "chat.onelifeglobal.chat";
int HetuwMod::phexPort = 6567;
bool HetuwMod::debugPhex = false;

Expand Down

0 comments on commit 08e843a

Please sign in to comment.