diff options
author | admin@omencraft.com <admin@omencraft.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2011-11-10 19:28:21 +0100 |
---|---|---|
committer | admin@omencraft.com <admin@omencraft.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2011-11-10 19:28:21 +0100 |
commit | 993680a39e5c63ef0b370c7f80fa932ede993870 (patch) | |
tree | 612797de94addb518921babb48c7520758f8a642 /source/cPlayer.h | |
parent | Some more changes to redstone. (diff) | |
download | cuberite-993680a39e5c63ef0b370c7f80fa932ede993870.tar cuberite-993680a39e5c63ef0b370c7f80fa932ede993870.tar.gz cuberite-993680a39e5c63ef0b370c7f80fa932ede993870.tar.bz2 cuberite-993680a39e5c63ef0b370c7f80fa932ede993870.tar.lz cuberite-993680a39e5c63ef0b370c7f80fa932ede993870.tar.xz cuberite-993680a39e5c63ef0b370c7f80fa932ede993870.tar.zst cuberite-993680a39e5c63ef0b370c7f80fa932ede993870.zip |
Diffstat (limited to '')
-rw-r--r-- | source/cPlayer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/cPlayer.h b/source/cPlayer.h index adefd7fdc..195120fcd 100644 --- a/source/cPlayer.h +++ b/source/cPlayer.h @@ -38,6 +38,7 @@ public: void SetLastBlockActionCnt( int ); //tolua_export
void SetLastBlockActionTime(); //tolua_export
void SetGameMode( int a_GameMode ); //tolua_export
+ void LoginSetGameMode( int a_GameMode );
void SetIP( std::string a_IP );
// Tries to move to a new position, with collision checks and stuff
|