From d0772e109c58ad3ac8d1097b3af01eb6ea18a4e7 Mon Sep 17 00:00:00 2001 From: khonkhortisan Date: Sun, 14 Apr 2013 14:43:42 -0700 Subject: [PATCH] remove carriage return --- init.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/init.lua b/init.lua index 5158f33..cd50b77 100644 --- a/init.lua +++ b/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