diff options
Diffstat (limited to 'include/modules.h')
-rw-r--r-- | include/modules.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/modules.h b/include/modules.h index 5e0c9ab07..e4e439f7c 100644 --- a/include/modules.h +++ b/include/modules.h @@ -950,7 +950,6 @@ class CoreExport Module : public classbase, public usecountbase /** Called before a server shuts down. * @param reason The reason the server is shutting down. - * @param restart Whether the server is restarting. */ virtual void OnShutdown(const std::string& reason); }; |