aboutsummaryrefslogtreecommitdiff
path: root/src/server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server.cpp')
-rw-r--r--src/server.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server.cpp b/src/server.cpp
index 11448e746..e5449f71a 100644
--- a/src/server.cpp
+++ b/src/server.cpp
@@ -151,7 +151,7 @@ std::string UIDGenerator::GetUID()
// Add one to the last UID
this->IncrementUID(UUID_LENGTH - 1);
- if (!ServerInstance->FindUUID(current_uid))
+ if (!ServerInstance->Users.FindUUID(current_uid))
break;
/*