summaryrefslogtreecommitdiffstats
path: root/src/ClientHandle.h
diff options
context:
space:
mode:
authorFranz Reiter <franzi.moos@googlemail.com>2014-08-12 16:05:33 +0200
committerFranz Reiter <franzi.moos@googlemail.com>2014-08-12 16:05:33 +0200
commit8f0c4911f7564f6f8b73ad3f6920b2ac649f422d (patch)
tree8c4406712a9634f3b300fb79b1fb4f462f9b2b59 /src/ClientHandle.h
parentMerge pull request #1316 from ChriPiv/master (diff)
parentExported daylight cycle flag to the protocol. (diff)
downloadcuberite-8f0c4911f7564f6f8b73ad3f6920b2ac649f422d.tar
cuberite-8f0c4911f7564f6f8b73ad3f6920b2ac649f422d.tar.gz
cuberite-8f0c4911f7564f6f8b73ad3f6920b2ac649f422d.tar.bz2
cuberite-8f0c4911f7564f6f8b73ad3f6920b2ac649f422d.tar.lz
cuberite-8f0c4911f7564f6f8b73ad3f6920b2ac649f422d.tar.xz
cuberite-8f0c4911f7564f6f8b73ad3f6920b2ac649f422d.tar.zst
cuberite-8f0c4911f7564f6f8b73ad3f6920b2ac649f422d.zip
Diffstat (limited to 'src/ClientHandle.h')
-rw-r--r--src/ClientHandle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ClientHandle.h b/src/ClientHandle.h
index ee1db3155..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);
+ 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);