File diff 55916cd3c1a0 → f81e14d2c9d5
utils.lua
Show inline comments
 
@@ -979,19 +979,6 @@ suit = function(tab)
 
	return obj(tab);
 
end;
 
 
stead.list_str = function(self)
 
    local v, vv
 
    for i, o in stead.opairs(self) do
 
        o = stead.ref(o);
 
        if isObject(o) and not isDisabled(o) then
 
            vv = stead.dispof(o)
 
            vv = stead.xref(vv, o);
 
            v = stead.par(stead.delim, v, vv);
 
        end
 
    end
 
    return v;
 
end
 
 
old_player_ways = stead.player_ways;
 
 
stead.player_ways = function(s)