summaryrefslogtreecommitdiff
path: root/src/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client.h')
-rw-r--r--src/client.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client.h b/src/client.h
index fe202ccc..ccee43ba 100644
--- a/src/client.h
+++ b/src/client.h
@@ -145,9 +145,10 @@ public:
std::string configDir;
std::string localDataDir;
std::string screenshotDir;
+ std::string serverType;
std::string serverName;
- short serverPort = 0;
+ uint16_t serverPort = 0;
};
Client(const Options &options);