mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Fix bug when trying to print the host token
Should return ptr to string (caught from compiler warnings).
This commit is contained in:
parent
852d48256e
commit
0138ac025f
@ -218,7 +218,7 @@ bool CPylon::KeepAlive(const NetGameServer_t& netGameServer)
|
||||
m_Token = hostToken;
|
||||
DevMsg(eDLL_T::SERVER, "Published server with token: %s'%s%s%s'\n",
|
||||
g_svReset, g_svGreyB,
|
||||
hostToken, g_svReset);
|
||||
hostToken.c_str(), g_svReset);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user