summaryrefslogtreecommitdiff
path: root/src/modules/m_park.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_park.cpp')
-rw-r--r--src/modules/m_park.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/m_park.cpp b/src/modules/m_park.cpp
index 910930f12..56dcd3911 100644
--- a/src/modules/m_park.cpp
+++ b/src/modules/m_park.cpp
@@ -185,6 +185,7 @@ class ModulePark : public Module
{
Srv = new Server;
pinfo.clear();
+ this->ReadSettings();
Srv->AddCommand("PARK",handle_park,0,0,"m_park.so");
Srv->AddCommand("UNPARK",handle_unpark,0,2,"m_park.so");
Srv->AddCommand("PARKSTATS",handle_parkstats,'o',0,"m_park.so");