mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-24 04:02:40 -06:00
r u a happy nigger now?
This commit is contained in:
parent
5b71c8da6c
commit
bf279ca444
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ class TTCodeRedemptionMgrAI(DistributedObjectAI):
|
|||
return
|
||||
|
||||
for item in items:
|
||||
if item in av.onOrder or item.reachedPurchaseLimit:
|
||||
if item in av.onOrder:
|
||||
continue
|
||||
|
||||
item.deliveryDate = int(time.time() / 60) + 0.01
|
||||
|
|
Loading…
Reference in a new issue