diff options
Diffstat (limited to 'source/ClientHandle.cpp')
-rw-r--r-- | source/ClientHandle.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/source/ClientHandle.cpp b/source/ClientHandle.cpp index 792fc3db4..844ea0db8 100644 --- a/source/ClientHandle.cpp +++ b/source/ClientHandle.cpp @@ -1600,6 +1600,15 @@ const AString & cClientHandle::GetUsername(void) const +void cClientHandle::SetUsername( const AString & a_Username ) +{ + m_Username = a_Username; +} + + + + + void cClientHandle::SetViewDistance(int a_ViewDistance) { if (a_ViewDistance < MIN_VIEW_DISTANCE) |