mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Fixed ip not getting assigned from the constructor
This commit is contained in:
parent
40093aaef1
commit
5bcf30a1a3
@ -6,6 +6,7 @@ ServerListing::ServerListing(std::string name, std::string map, std::string ip,
|
|||||||
{
|
{
|
||||||
this->name = name;
|
this->name = name;
|
||||||
this->map = map;
|
this->map = map;
|
||||||
|
this->ip = ip;
|
||||||
this->version = version;
|
this->version = version;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user