diff --git a/README.md b/README.md index 7dac475b..1b5e34b1 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ The source code for Toontown Stride. ### Info -* It is recommended that you make all of your changes in a fork before committing. * Do not erase or revert another person's commit without first consulting them. -* Only push to this repository. -* Never force a git push. \ No newline at end of file +* Only push to this repository for Toontown Stride source code. +* Bigger commits should be done in a seperate branch then merged to master after tested. +* Never force a git push. diff --git a/toontown/makeatoon/MakeAToon.py b/toontown/makeatoon/MakeAToon.py index ee5f2be8..9a14e4a4 100755 --- a/toontown/makeatoon/MakeAToon.py +++ b/toontown/makeatoon/MakeAToon.py @@ -66,7 +66,7 @@ class MakeAToon(StateData.StateData): self.bs = BodyShop.BodyShop('BodyShop-done') self.cos = ColorShop.ColorShop('ColorShop-done') self.cls = MakeClothesGUI.MakeClothesGUI('ClothesShop-done') - self.ns = NameShop.NameShop(self, 'NameShop-done', avList, index, True) + self.ns = NameShop.NameShop(self, 'NameShop-done', avList, index) self.shop = GENDERSHOP self.shopsVisited = [] if self.warp: