>We still let old code in the codebase (#26506)

This commit is contained in:
Cyberboss
2017-04-24 22:21:55 -04:00
committed by KorPhaeron
parent f5646f082e
commit a050b0db6e
4 changed files with 3 additions and 17 deletions

View File

@@ -6,7 +6,7 @@
var/date
/datum/getrev/New()
var/head_file = return_file_text(".git/logs/HEAD")
var/head_file = file2text(".git/logs/HEAD")
if(SERVERTOOLS && fexists("..\\prtestjob.lk"))
var/list/tmp = file2list("..\\prtestjob.lk")
for(var/I in tmp)