We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f69df24 commit d116179Copy full SHA for d116179
1 file changed
BF2AutoSpectator/spectate.py
@@ -638,7 +638,7 @@ def run():
638
try:
639
spawn_succeeded = gim.spawn_suicide()
640
except SpawnCoordinatesNotAvailableException:
641
- logger.warning(f'Spawn point coordinates not available current combination of map/size/game mode '
+ logger.warning(f'Spawn point coordinates not available for current combination of map/size/game mode '
642
f'({gis.get_rotation_map_name()}/'
643
f'{gis.get_rotation_map_size()}/'
644
f'{gis.get_rotation_game_mode()}), switching to spawn point coordinate randomization')
0 commit comments