mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Default CNetAdr2::GetIP() 'bBaseOnly' to false
This commit is contained in:
parent
73cdaf18e3
commit
a875cd490c
@ -250,7 +250,7 @@ std::string CNetAdr2::GetBase(std::string svInAdr) const
|
||||
// Purpose: gets the IP address.
|
||||
// Input : bBaseOnly -
|
||||
//-----------------------------------------------------------------------------
|
||||
std::string CNetAdr2::GetIP(bool bBaseOnly) const
|
||||
std::string CNetAdr2::GetIP(bool bBaseOnly = false) const
|
||||
{
|
||||
if (GetType() == netadrtype_t::NA_LOOPBACK)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user