mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-12-26 10:24:14 +08:00
SetConfigValue function should return true.
This commit is contained in:
parent
994207770b
commit
d2ef266f81
@ -358,8 +358,8 @@ bool SetConnectionConfigValueString( HSteamNetConnection hConn, ESteamNetworking
|
|||||||
bool SetConfigValue( ESteamNetworkingConfigValue eValue, ESteamNetworkingConfigScope eScopeType, intptr_t scopeObj,
|
bool SetConfigValue( ESteamNetworkingConfigValue eValue, ESteamNetworkingConfigScope eScopeType, intptr_t scopeObj,
|
||||||
ESteamNetworkingConfigDataType eDataType, const void *pArg )
|
ESteamNetworkingConfigDataType eDataType, const void *pArg )
|
||||||
{
|
{
|
||||||
PRINT_DEBUG("Steam_Networking_Utils::SetConfigValue\n");
|
PRINT_DEBUG("Steam_Networking_Utils::SetConfigValue %i %i %p %i %p\n", eValue, eScopeType, scopeObj, eDataType, pArg);
|
||||||
return false;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user