From 152c0ffdd04d5db3c20be21713aca4a26d7791b4 Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Tue, 18 Apr 2017 03:47:11 -0500 Subject: [PATCH] Moves a temp file to the data tree --- code/__HELPERS/unsorted.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/__HELPERS/unsorted.dm b/code/__HELPERS/unsorted.dm index f57e801658..bdff751849 100644 --- a/code/__HELPERS/unsorted.dm +++ b/code/__HELPERS/unsorted.dm @@ -1364,7 +1364,7 @@ GLOBAL_VAR_INIT(valid_HTTPSGet, FALSE) | \____( )___) )___ \______(_______;;; __;;; */ - var/temp_file = "HTTPSGetOutput.txt" + var/temp_file = "data/HTTPSGetOutput.txt" var/command if(world.system_type == MS_WINDOWS) command = "powershell -Command \"wget [url] -OutFile [temp_file]\""