Merge branch 'develop' of github.com:open-toontown/open-toontown into develop
This commit is contained in:
commit
79cab772af
1 changed files with 1 additions and 2 deletions
|
@ -30,5 +30,4 @@ class Settings:
|
|||
self.__settings[setting] = value
|
||||
|
||||
def getSetting(self, setting, default=None):
|
||||
result = self.__settings.get(setting, default)
|
||||
return result
|
||||
return self.__settings.get(setting, default)
|
||||
|
|
Loading…
Reference in a new issue