summarylogtreecommitdiffstats
path: root/Player-move.patch
diff options
context:
space:
mode:
Diffstat (limited to 'Player-move.patch')
-rw-r--r--Player-move.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/Player-move.patch b/Player-move.patch
deleted file mode 100644
index 188cf64fee12..000000000000
--- a/Player-move.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- 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("");