diff options
Diffstat (limited to 'server/server/config.h')
-rw-r--r-- | server/server/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/server/config.h b/server/server/config.h index d411411..5da2b80 100644 --- a/server/server/config.h +++ b/server/server/config.h @@ -99,7 +99,7 @@ public: timeout = t; } }; - config(const char *path); + config(const char *path = NULL); const int ban_time(); const int conn_count(); const int conn_time(); |