summaryrefslogtreecommitdiff
path: root/src/server.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/server.h')
-rw-r--r--src/server.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/server.h b/src/server.h
index fcc37631f..d19a440d7 100644
--- a/src/server.h
+++ b/src/server.h
@@ -377,9 +377,7 @@ public:
NOTE: Every public method should be thread-safe
*/
Server(
- std::string mapsavedir,
- HMParams hm_params,
- MapParams map_params
+ std::string mapsavedir
);
~Server();
void start(unsigned short port);