diff options
author | Howaner <franzi.moos@googlemail.com> | 2014-08-11 00:20:28 +0200 |
---|---|---|
committer | Howaner <franzi.moos@googlemail.com> | 2014-08-11 00:20:28 +0200 |
commit | 47c928cab7d1ff73e50925bc7ef50586b6ec9821 (patch) | |
tree | e267ba521071e0d355eb6ed02a06791fd6e4552f /src/ClientHandle.h | |
parent | Added a comment and simplified code. (diff) | |
download | cuberite-47c928cab7d1ff73e50925bc7ef50586b6ec9821.tar cuberite-47c928cab7d1ff73e50925bc7ef50586b6ec9821.tar.gz cuberite-47c928cab7d1ff73e50925bc7ef50586b6ec9821.tar.bz2 cuberite-47c928cab7d1ff73e50925bc7ef50586b6ec9821.tar.lz cuberite-47c928cab7d1ff73e50925bc7ef50586b6ec9821.tar.xz cuberite-47c928cab7d1ff73e50925bc7ef50586b6ec9821.tar.zst cuberite-47c928cab7d1ff73e50925bc7ef50586b6ec9821.zip |
Diffstat (limited to 'src/ClientHandle.h')
-rw-r--r-- | src/ClientHandle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ClientHandle.h b/src/ClientHandle.h index 1bf397ad2..7ae70a07f 100644 --- a/src/ClientHandle.h +++ b/src/ClientHandle.h @@ -179,7 +179,7 @@ public: void SendTabCompletionResults(const AStringVector & a_Results); void SendTeleportEntity (const cEntity & a_Entity); void SendThunderbolt (int a_BlockX, int a_BlockY, int a_BlockZ); - void SendTimeUpdate (Int64 a_WorldAge, Int64 a_TimeOfDay); // tolua_export + void SendTimeUpdate (Int64 a_WorldAge, Int64 a_TimeOfDay, bool a_DoDaylightCycle); // tolua_export void SendUnloadChunk (int a_ChunkX, int a_ChunkZ); void SendUpdateBlockEntity (cBlockEntity & a_BlockEntity); void SendUpdateSign (int a_BlockX, int a_BlockY, int a_BlockZ, const AString & a_Line1, const AString & a_Line2, const AString & a_Line3, const AString & a_Line4); |