diff options
author | faketruth <faketruth@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-10-18 23:54:56 +0200 |
---|---|---|
committer | faketruth <faketruth@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-10-18 23:54:56 +0200 |
commit | 2a197705ac8785e01a48fa1ac5893d3bb876fd0a (patch) | |
tree | d0168a1accaab2240dbf8f16880300a27baa7daf /source/ClientHandle.h | |
parent | Fixed a few bugs in fluid placement - fluid into other fluid, fluid into washable blocks. (diff) | |
download | cuberite-2a197705ac8785e01a48fa1ac5893d3bb876fd0a.tar cuberite-2a197705ac8785e01a48fa1ac5893d3bb876fd0a.tar.gz cuberite-2a197705ac8785e01a48fa1ac5893d3bb876fd0a.tar.bz2 cuberite-2a197705ac8785e01a48fa1ac5893d3bb876fd0a.tar.lz cuberite-2a197705ac8785e01a48fa1ac5893d3bb876fd0a.tar.xz cuberite-2a197705ac8785e01a48fa1ac5893d3bb876fd0a.tar.zst cuberite-2a197705ac8785e01a48fa1ac5893d3bb876fd0a.zip |
Diffstat (limited to 'source/ClientHandle.h')
-rw-r--r-- | source/ClientHandle.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/ClientHandle.h b/source/ClientHandle.h index 5469a5ca5..85c5cecb9 100644 --- a/source/ClientHandle.h +++ b/source/ClientHandle.h @@ -121,6 +121,7 @@ public: void SendSpawnObject (const cEntity & a_Entity, char a_ObjectType, int a_ObjectData, short a_SpeedX, short a_SpeedY, short a_SpeedZ); const AString & GetUsername(void) const; //tolua_export + void SetUsername( const AString & a_Username ); //tolua_export inline short GetPing() const { return m_Ping; } //tolua_export |