1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-06-24 06:03:28 +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:
MineRobber___T 2017-07-16 02:10:42 -04:00 committed by GitHub
parent ee20d7bed2
commit af847818d2

View File

@ -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