compat was broken

This commit is contained in:
p.kosyh 2011-04-17 17:35:20 +00:00
parent f0ee82d24e
commit 219e65f1f1

View file

@ -2101,7 +2101,7 @@ iface = {
return nil, true; -- menu
end
if stead.state and r == nil and v == nil then
if stead.state and r == nil and v == nil and stead.api_version >= "1.3.5" then
return nil, nil -- really nothing
end