Skip to content

Commit

Permalink
Remove comma from generated map's folder name
Browse files Browse the repository at this point in the history
Signed-off-by: gatsik <[email protected]>
  • Loading branch information
Gatsik committed May 1, 2021
1 parent e3e1988 commit b000ccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/vaults_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def handleData(self, message, meta):
preparedData = dict(
command = 'mapvault_info'
,name = "Neroxis Map Generator"
,folderName = 'neroxis_map_generator_{}_size={}km,_spawns={}'.format(_map['version'],
,folderName = 'neroxis_map_generator_{}_size={}km_spawns={}'.format(_map['version'],
int(_map['size']/51.2),
_map['spawns'])
,link = ''
Expand Down

0 comments on commit b000ccf

Please sign in to comment.