mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-03-14 15:38:13 +00:00
Remove some context from comment
I agree with SquidDev, I went a bit too far with the whole context thing.
This commit is contained in:
parent
ee20d7bed2
commit
af847818d2
@ -44,7 +44,7 @@ function loadImage( sPath )
|
||||
sLine = file:read()
|
||||
end
|
||||
file:close()
|
||||
return parseImage( sContent:sub(2) ) -- remove first newline and delegate parsing of images to parseImage function as suggested by @SquidDev in discussion of PR #378
|
||||
return parseImage( sContent:sub(2) ) -- remove first newline and delegate image parse to parseImage
|
||||
end
|
||||
return nil
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user