summarylogtreecommitdiffstats
path: root/Player-move.patch
blob: 188cf64fee1253bbf66a3aa06224c40fe4de9337 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- Player.cpp	2018-10-13 13:38:00.969011532 -0500
+++ Player_new.cpp	2018-10-13 23:40:51.971677987 -0500
@@ -64,7 +64,9 @@
 
 	if (!bWriteToLog)
 	{
-		return StrOut;
+		typedef FConsoleOutputDevice &FConsoleOutputDeviceRef;
+		FConsoleOutputDeviceRef &&StrOut_ref = StrOut;
+		return (FConsoleOutputDevice&&)StrOut_ref; 
 	}
 
 	return TEXT("");