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");
if (err ~= nil) then
if( player ) then
print("Error: Could not open bell data savefile (ignore this message on first start)");
end
print("Error: Could not open bell data savefile (ignore this message on first start)");
return
end
local str = file:read();