summaryrefslogtreecommitdiffstats
path: root/source/packets/cPacket_Login.h
diff options
context:
space:
mode:
authoradmin@omencraft.com <admin@omencraft.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2011-10-26 18:49:01 +0200
committeradmin@omencraft.com <admin@omencraft.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2011-10-26 18:49:01 +0200
commitacd537d53369002ff3e5557865cbe66af01ea3a1 (patch)
tree089e8aeadf3f16244326fb943c5c288ca0613e87 /source/packets/cPacket_Login.h
parentUpdated VS2010 project files (diff)
downloadcuberite-acd537d53369002ff3e5557865cbe66af01ea3a1.tar
cuberite-acd537d53369002ff3e5557865cbe66af01ea3a1.tar.gz
cuberite-acd537d53369002ff3e5557865cbe66af01ea3a1.tar.bz2
cuberite-acd537d53369002ff3e5557865cbe66af01ea3a1.tar.lz
cuberite-acd537d53369002ff3e5557865cbe66af01ea3a1.tar.xz
cuberite-acd537d53369002ff3e5557865cbe66af01ea3a1.tar.zst
cuberite-acd537d53369002ff3e5557865cbe66af01ea3a1.zip
Diffstat (limited to '')
-rw-r--r--source/packets/cPacket_Login.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/packets/cPacket_Login.h b/source/packets/cPacket_Login.h
index 91919a799..812893d54 100644
--- a/source/packets/cPacket_Login.h
+++ b/source/packets/cPacket_Login.h
@@ -10,7 +10,7 @@ public:
cPacket_Login()
: m_ProtocolVersion( 0 )
, m_MapSeed( 0 )
- , m_ServerMode( 0 )
+ , m_ServerMode( 1 ) //0 for survival, 1 for creative
, m_Dimension( 0 )
, m_Difficulty( 0 )
, m_WorldHeight( 0 )