This commit is contained in:
Manuel Simon Hirsig
2016-10-29 02:44:38 +02:00
parent 3617db967b
commit a4adef7146
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -94,6 +94,8 @@ do
end
end)
bid_button:Enable()
else
bid_button:Disable()
end
if record.buyout_price > 0 then
@@ -103,6 +105,8 @@ do
end
end)
buyout_button:Enable()
else
buyout_button:Disable()
end
end
)
+4
View File
@@ -409,6 +409,8 @@ do
end
end)
bid_button:Enable()
else
bid_button:Disable()
end
if record.buyout_price > 0 then
@@ -418,6 +420,8 @@ do
end
end)
buyout_button:Enable()
else
buyout_button:Disable()
end
end
)