From edd78503d1cfd76030bde007f22dd4e4157ac301 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sat, 7 Mar 2015 10:32:15 +0200 Subject: [PATCH] ty loudrob and .gitignore update --- .gitignore | 3 +-- save.dat | 1 - toontown/coderedemption/TTCodeRedemptionMgrAI.py | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) delete mode 100644 save.dat diff --git a/.gitignore b/.gitignore index d695f7d1..c7885aa0 100644 --- a/.gitignore +++ b/.gitignore @@ -21,6 +21,5 @@ logs/ screenshots/ backups/ contentpacks/ -toondata/ resources/ -panel_save.mp \ No newline at end of file +save.dat \ No newline at end of file diff --git a/save.dat b/save.dat deleted file mode 100644 index 6b2aaa76..00000000 --- a/save.dat +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/toontown/coderedemption/TTCodeRedemptionMgrAI.py b/toontown/coderedemption/TTCodeRedemptionMgrAI.py index 39dc4624..bdf4cfcd 100644 --- a/toontown/coderedemption/TTCodeRedemptionMgrAI.py +++ b/toontown/coderedemption/TTCodeRedemptionMgrAI.py @@ -34,7 +34,7 @@ class TTCodeRedemptionMgrAI(DistributedObjectAI): 'weed': { 'items': [ CatalogClothingItem.CatalogClothingItem(1821, 0) - ] + ], 'expirationDate': datetime(2016, 3, 30) # temporary expiration until release } }