summaryrefslogtreecommitdiff
path: root/src/net/net.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/net.cpp')
-rw-r--r--src/net/net.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/net.cpp b/src/net/net.cpp
index f37914966..9b31499dd 100644
--- a/src/net/net.cpp
+++ b/src/net/net.cpp
@@ -115,7 +115,7 @@ Net::QuestHandler *questHandler = nullptr;
namespace Net
{
-ServerType::Type networkType = ServerType::UNKNOWN;
+ServerTypeT networkType = ServerType::UNKNOWN;
std::set<int> ignorePackets;
void connectToServer(const ServerInfo &server)
@@ -173,7 +173,7 @@ void unload()
ignorePackets.clear();
}
-ServerType::Type getNetworkType()
+ServerTypeT getNetworkType()
{
return networkType;
}