Merged branch 'master' into c++11.
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
#include "../WorldStorage/StatSerializer.h"
|
||||
#include "../CompositeChat.h"
|
||||
|
||||
#include "inifile/iniFile.h"
|
||||
#include "../IniFile.h"
|
||||
#include "json/json.h"
|
||||
|
||||
// 6000 ticks or 5 minutes
|
||||
@@ -232,7 +232,6 @@ void cPlayer::Tick(float a_Dt, cChunk & a_Chunk)
|
||||
CanMove = false;
|
||||
TeleportToCoords(m_LastPos.x, m_LastPos.y, m_LastPos.z);
|
||||
}
|
||||
m_ClientHandle->StreamChunks();
|
||||
}
|
||||
|
||||
if (CanMove)
|
||||
|
||||
Reference in New Issue
Block a user