summaryrefslogtreecommitdiffstats
path: root/source/cClientHandle.cpp
diff options
context:
space:
mode:
authoradmin@omencraft.com <admin@omencraft.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2011-11-07 06:49:18 +0100
committeradmin@omencraft.com <admin@omencraft.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2011-11-07 06:49:18 +0100
commitf07ade2c5834c6eb2b19dbbf0818745c47907ee5 (patch)
tree4b9720bb54b92eb9182f3c86ddb4eb936026ad29 /source/cClientHandle.cpp
parentAdded three new packets and cleaned up cPacket_Thunderbolt.cpp... cPacket_BlockAction, cPacket_Explosion, and cPacket_SoundEffect. (diff)
downloadcuberite-f07ade2c5834c6eb2b19dbbf0818745c47907ee5.tar
cuberite-f07ade2c5834c6eb2b19dbbf0818745c47907ee5.tar.gz
cuberite-f07ade2c5834c6eb2b19dbbf0818745c47907ee5.tar.bz2
cuberite-f07ade2c5834c6eb2b19dbbf0818745c47907ee5.tar.lz
cuberite-f07ade2c5834c6eb2b19dbbf0818745c47907ee5.tar.xz
cuberite-f07ade2c5834c6eb2b19dbbf0818745c47907ee5.tar.zst
cuberite-f07ade2c5834c6eb2b19dbbf0818745c47907ee5.zip
Diffstat (limited to '')
-rw-r--r--source/cClientHandle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cClientHandle.cpp b/source/cClientHandle.cpp
index 7239a083d..c3ed6c3df 100644
--- a/source/cClientHandle.cpp
+++ b/source/cClientHandle.cpp
@@ -670,7 +670,7 @@ void cClientHandle::HandlePacket( cPacket* a_Packet )
////////////// For testing V
cPacket_NewInvalidState RainPacket;
RainPacket.m_Reason = 1; //begin rain
- cRoot::Get()->GetServer()->Broadcast( RainPacket );
+ cRoot::Get()->GetServer()->Broadcast( RainPacket );
//also strike table with lightning for test purposes
cPacket_Thunderbolt ThunderboltPacket;
ThunderboltPacket.m_xLBPos = PacketData->m_PosX;