diff options
Diffstat (limited to 'src/net/net.h')
-rw-r--r-- | src/net/net.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/net.h b/src/net/net.h index 46a63ce9..135f2cb7 100644 --- a/src/net/net.h +++ b/src/net/net.h @@ -62,7 +62,7 @@ PlayerHandler *getPlayerHandler(); SpecialHandler *getSpecialHandler(); TradeHandler *getTradeHandler(); -ServerInfo::Type getNetworkType(); +ServerType getNetworkType(); /** * Handles server detection and connection |