remove carriage return
This commit is contained in:
parent
a364495147
commit
d0772e109c
6
init.lua
6
init.lua
@ -12,8 +12,8 @@ local resizemethod = 1
|
||||
|
||||
if not disablethismod then
|
||||
|
||||
fakemodname = '['..resolution..'x'..resolution..'textureresizer]'
|
||||
io.write(fakemodname..' loading...') io.flush()
|
||||
io.write('['..resolution..'x'..resolution..'textureresizer] ')
|
||||
io.flush()
|
||||
terminal = io.output()
|
||||
|
||||
local imagestoreplace = {}
|
||||
@ -166,7 +166,7 @@ for image,_ in pairs(imagestoreplace) do
|
||||
end
|
||||
|
||||
io.output(terminal)
|
||||
io.write('\r'..fakemodname..' loaded. \n')
|
||||
io.write('loaded.\n')
|
||||
io.flush()
|
||||
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user