Added dependeny on config file in install

This commit is contained in:
Jeremy Smitherman
2018-12-24 16:08:51 -06:00
parent 346fcff330
commit c24de38b21
3 changed files with 15 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
logFile = io.open(lfs.writedir()..[[Logs\HOGGIT.log]], "w")
logFile = io.open(HOGGIT.log_base..[[\HOGGIT.log]], "w")
function log(str)
if str == nil then str = 'nil' end