Update skinchanger.py

This commit is contained in:
ALittlePatate
2021-04-01 12:18:56 +02:00
committed by GitHub
parent 9651c7f8ac
commit 474b93bff8

View File

@@ -68,7 +68,6 @@ class skinchanger_func() :
self.config_p.read('configs/'+self.config_last)
active_weapons = config.active_weapons(self)
print(active_weapons)
for weapon, skin in active_weapons.items() :
fallbackpaint = int(skin_dict[skin])
seed = int(self.config_p.get('SKINCHANGER', weapon+"_se"))
@@ -159,4 +158,4 @@ class config() :
if value != "0" :
active_weapons[weapon] = value
return active_weapons
return active_weapons