mirror of
https://github.com/solero/houdini.git
synced 2024-11-08 20:28:20 +00:00
Remove unneeded check on igloo furniture attributes
This commit is contained in:
parent
28b1cc7937
commit
415ecca766
@ -106,9 +106,6 @@ async def save_igloo_furniture(p, furniture_list=None):
|
||||
if furniture_tracker[furniture_id] > p.furniture[furniture_id].quantity:
|
||||
return False
|
||||
|
||||
if not (1 <= rotation <= 8 and 1 <= frame <= 10):
|
||||
return False
|
||||
|
||||
furniture.append({
|
||||
'igloo_id': p.igloo,
|
||||
'furniture_id': furniture_id,
|
||||
|
Loading…
Reference in New Issue
Block a user