>We still let old code in the codebase

This commit is contained in:
CitadelStationBot
2017-04-24 21:22:11 -05:00
parent 29f441e255
commit defa9d863c
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)