diff --git a/Source/dvlnet/zerotier_native.cpp b/Source/dvlnet/zerotier_native.cpp index 02432b4bb..d581e8c3c 100644 --- a/Source/dvlnet/zerotier_native.cpp +++ b/Source/dvlnet/zerotier_native.cpp @@ -21,7 +21,7 @@ namespace devilution { namespace net { //static constexpr uint64_t zt_earth = 0x8056c2e21c000001; -static constexpr uint64_t ZtNetwork = 0xaf78bf943649eb12; +static constexpr uint64_t ZtNetwork = 0xa84ac5c10a7ebb5f; static std::atomic_bool zt_network_ready(false); static std::atomic_bool zt_node_online(false);