summaryrefslogtreecommitdiffstats
path: root/source/Server.cpp
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2013-08-11 20:16:41 +0200
committermadmaxoft <github@xoft.cz>2013-08-11 20:16:41 +0200
commit4c5590636cf4a311f03e735878557b1e7b3362dd (patch)
treecc74a43b0ab34481a7d972ed35beb20008bd390b /source/Server.cpp
parentRemoved cServer::m_pState, dissolved into direct member variables. (diff)
downloadcuberite-4c5590636cf4a311f03e735878557b1e7b3362dd.tar
cuberite-4c5590636cf4a311f03e735878557b1e7b3362dd.tar.gz
cuberite-4c5590636cf4a311f03e735878557b1e7b3362dd.tar.bz2
cuberite-4c5590636cf4a311f03e735878557b1e7b3362dd.tar.lz
cuberite-4c5590636cf4a311f03e735878557b1e7b3362dd.tar.xz
cuberite-4c5590636cf4a311f03e735878557b1e7b3362dd.tar.zst
cuberite-4c5590636cf4a311f03e735878557b1e7b3362dd.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 4247a1dfe..0045d4808 100644
--- a/source/Server.cpp
+++ b/source/Server.cpp
@@ -317,7 +317,7 @@ void cServer::BroadcastChat(const AString & a_Message, const cClientHandle * a_E
bool cServer::Tick(float a_Dt)
{
- cRoot::Get()->TickWorlds(a_Dt);
+ cRoot::Get()->TickCommands();
cClientHandleList RemoveClients;
{