mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Fixed bug with custom maps.
This commit is contained in:
parent
8496ccc417
commit
880adbf800
@ -389,6 +389,7 @@ void CCompanion::HostServerSection()
|
||||
if (ImGui::Selectable(item.c_str(), item == MyServer.map))
|
||||
{
|
||||
MyServer.map = item;
|
||||
ServerMap = item;
|
||||
for (auto it = mapArray.begin(); it != mapArray.end(); ++it)
|
||||
{
|
||||
if (it->second.compare(MyServer.map) == NULL)
|
||||
|
Loading…
x
Reference in New Issue
Block a user