fix in actions

This commit is contained in:
p.kosyh 2009-09-23 14:18:08 +00:00
parent a053b73c45
commit 89360e540f

View file

@ -122,9 +122,6 @@ Use = function(s, w)
end
r, v = call(s, 'useit', w);
else
if not s.use then
return 'Гм... Не сработает...', false
end
r, v = call(s, 'useon', w);
end
return r, v;