diff options
Diffstat (limited to 'src/Server.h')
-rw-r--r-- | src/Server.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Server.h b/src/Server.h index b1329f69b..208955237 100644 --- a/src/Server.h +++ b/src/Server.h @@ -83,7 +83,7 @@ public: /** Check if the player is queued to be transferred to a World. Returns true is Player is found in queue. */ - bool IsPlayerInQueue(AString a_Username); + bool IsPlayerInQueue(const AString & a_Username); /** Can login more than once with same username. Returns false if it is not allowed, true otherwise. */ |