Working on player-settings update

This commit is contained in:
Chris Wilson
2020-12-03 18:27:32 -05:00
parent ccdc8cefe4
commit da6c44a1cf
11 changed files with 2716 additions and 1815 deletions

View File

@@ -113,7 +113,7 @@ for data in extra_data:
installfile(Path(data))
os.makedirs(buildfolder / "Players", exist_ok=True)
shutil.copyfile("playerSettings.yaml", buildfolder / "Players" / "playerSettings.yaml")
shutil.copyfile("playerSettings.yaml", buildfolder / "Players" / "weightedSettings.yaml")
try:
from maseya import z3pr