Fixes PR display

This commit is contained in:
Jordan Brown
2017-09-13 10:08:16 -04:00
committed by KorPhaeron
parent 50397a33ff
commit 12c9f96dc6

View File

@@ -9,9 +9,9 @@
if(world.RunningService())
var/file_name
if(ServiceVersion()) //will return null for versions < 3.0.91.0
file_name = SERVICE_PR_TEST_JSON_OLD
else
file_name = SERVICE_PR_TEST_JSON
else
file_name = SERVICE_PR_TEST_JSON_OLD
if(fexists(file_name))
testmerge = json_decode(file2text(file_name))
#ifdef SERVERTOOLS