mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Flip order of assignment
This commit is contained in:
parent
e40a638424
commit
d9709cfb1e
@ -47,8 +47,8 @@ void CBanSystem::Load(void)
|
||||
continue;
|
||||
}
|
||||
|
||||
string svIpAddress = jsEntry["ipAddress"].get<string>();
|
||||
uint64_t nNucleusID = jsEntry["nucleusId"].get<uint64_t>();
|
||||
string svIpAddress = jsEntry["ipAddress"].get<string>();
|
||||
|
||||
m_vBanList.push_back(std::make_pair(svIpAddress, nNucleusID));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user