mirror of
https://gitlab.com/hoggit/developers/hoggit.git
synced 2025-11-10 15:43:28 +00:00
Added dependeny on config file in install
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user