минор, добавил имя сервера
This commit is contained in:
@@ -365,4 +365,10 @@ void UCPPGameInstance::SendStatus(int32 NumberStatus,FString command)
|
||||
void UCPPGameInstance::runSelf(FString argument)
|
||||
{
|
||||
FPlatformProcess::CreateProc(FPlatformProcess::ExecutableName(false), *argument, true, false, false, NULL, 0, NULL, NULL);
|
||||
}
|
||||
}
|
||||
|
||||
FString UCPPGameInstance::getPCname()
|
||||
{
|
||||
const TCHAR *name = FPlatformProcess::ComputerName();
|
||||
return FString(name);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user