diff options
Diffstat (limited to '')
-rw-r--r-- | src/Server.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Server.cpp b/src/Server.cpp index d371250ab..6eec68a6e 100644 --- a/src/Server.cpp +++ b/src/Server.cpp @@ -76,7 +76,7 @@ public: // cServer::cTickThread: cServer::cTickThread::cTickThread(cServer & a_Server) : - super("ServerTickThread"), + Super("ServerTickThread"), m_Server(a_Server) { } |