mirror of
https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server.git
synced 2025-10-20 00:00:39 +00:00
Fixing a small thing
This commit is contained in:
parent
cdf47179bb
commit
9db5fc0576
1 changed files with 1 additions and 1 deletions
|
|
@ -551,7 +551,7 @@ class ServerManagerApp:
|
||||||
|
|
||||||
print(f'{Clr.RED}Error loading config file:\n{exc}.{Clr.RST}',
|
print(f'{Clr.RED}Error loading config file:\n{exc}.{Clr.RST}',
|
||||||
flush=True)
|
flush=True)
|
||||||
with open(self._ba_root_path + "/mods/defaults/config.yaml", "r") as infile:
|
with open(self._ba_root_path + "/mods/defaults/config.toml", "r") as infile:
|
||||||
default_file = infile.read()
|
default_file = infile.read()
|
||||||
with open(self._config_path, "w") as outfile:
|
with open(self._config_path, "w") as outfile:
|
||||||
outfile.write(default_file)
|
outfile.write(default_file)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue