mirror of
https://github.com/mordentral/AdvancedSessionsPlugin.git
synced 2025-10-23 08:24:18 +00:00
fixs
This commit is contained in:
@@ -127,7 +127,7 @@ FSessionsSearchSetting UAdvancedSessionsLibrary::MakeLiteralSessionSearchPropert
|
|||||||
return setting;
|
return setting;
|
||||||
}
|
}
|
||||||
|
|
||||||
FSessionPropertyKeyPair UAdvancedSessionsLibrary::MakeLiteralSessionPropertyByte(FName Key, uint8 Value)
|
FSessionPropertyKeyPair UAdvancedSessionsLibrary::MakeLiteralSessionPropertyByte(FName Ket8 Value)
|
||||||
{
|
{
|
||||||
FSessionPropertyKeyPair Prop;
|
FSessionPropertyKeyPair Prop;
|
||||||
Prop.Key = Key;
|
Prop.Key = Key;
|
||||||
@@ -312,8 +312,8 @@ void UAdvancedSessionsLibrary::UniqueNetIdToString(const FBPUniqueNetId& UniqueN
|
|||||||
UE_LOG(AdvancedSessionsLog, Warning, TEXT("UniqueNetIdToString received a bad UniqueNetId!"));
|
UE_LOG(AdvancedSessionsLog, Warning, TEXT("UniqueNetIdToString received a bad UniqueNetId!"));
|
||||||
String = "ERROR, BAD UNIQUE NET ID";
|
String = "ERROR, BAD UNIQUE NET ID";
|
||||||
}
|
}
|
||||||
|
else
|
||||||
String = ID->ToString();
|
String = ID->ToString();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user