forgot to switch to the 64 bit int map func

This commit is contained in:
DarthArgus
2018-05-16 05:40:04 +00:00
parent 9dffede072
commit ea64809fbb
@@ -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"));