removed undeclared global

master
Sokomine 2015-08-09 22:31:54 +02:00
parent 9452340680
commit 7349a91d66
1 changed files with 1 additions and 3 deletions

View File

@ -36,9 +36,7 @@ bell.restore_bell_data = function()
local file, err = io.open(bell.BELL_SAVE_FILE, "rb"); local file, err = io.open(bell.BELL_SAVE_FILE, "rb");
if (err ~= nil) then if (err ~= nil) then
if( player ) then print("Error: Could not open bell data savefile (ignore this message on first start)");
print("Error: Could not open bell data savefile (ignore this message on first start)");
end
return return
end end
local str = file:read(); local str = file:read();