summaryrefslogtreecommitdiffstats
path: root/source/Server.cpp
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2013-08-19 22:23:25 +0200
committermadmaxoft <github@xoft.cz>2013-08-19 22:23:25 +0200
commitfdbe835131059579b429cbcc3cd4d06c3bed512e (patch)
tree011d6b186f73cdc3a24e02502041cce417502e5c /source/Server.cpp
parentAdded a "Debug profiled" MSVC configuration. (diff)
downloadcuberite-fdbe835131059579b429cbcc3cd4d06c3bed512e.tar
cuberite-fdbe835131059579b429cbcc3cd4d06c3bed512e.tar.gz
cuberite-fdbe835131059579b429cbcc3cd4d06c3bed512e.tar.bz2
cuberite-fdbe835131059579b429cbcc3cd4d06c3bed512e.tar.lz
cuberite-fdbe835131059579b429cbcc3cd4d06c3bed512e.tar.xz
cuberite-fdbe835131059579b429cbcc3cd4d06c3bed512e.tar.zst
cuberite-fdbe835131059579b429cbcc3cd4d06c3bed512e.zip
Diffstat (limited to 'source/Server.cpp')
-rw-r--r--source/Server.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Server.cpp b/source/Server.cpp
index 9c1e06c81..dd18f8d3d 100644
--- a/source/Server.cpp
+++ b/source/Server.cpp
@@ -75,7 +75,7 @@ void cServer::cTickThread::Execute(void)
{
cTimer Timer;
- long long msPerTick = 50; // TODO - Put this in server config file
+ long long msPerTick = 50;
long long LastTime = Timer.GetNowTime();
while (!m_ShouldTerminate)