forgot to switch to the 64 bit int map func

This commit is contained in:
DarthArgus
2018-05-13 19:22:46 +00:00
parent fd2775d9e8
commit 35e9079eec

View File

@@ -181,7 +181,7 @@ void ClientConnection::validateClient(const std::string &id, const std::string &
authOK = true;
parentAccount = api.getString("mainAccount");
childAccounts = api.getStringMap("subAccounts");
childAccounts = api.getStringMap64("subAccounts");
if (!ConfigLoginServer::getUseOldSuidGenerator()) {
user_id = static_cast<StationId>(api.getNullableValue<StationId>("user_id"));