diff --git a/backend/lib/storage/attacks.py b/backend/lib/storage/attacks.py index 01a08cbe..cc68d2cf 100644 --- a/backend/lib/storage/attacks.py +++ b/backend/lib/storage/attacks.py @@ -65,7 +65,7 @@ def handle_attack( current_round=current_round, ) if not success: - raise FlagExceptionEnum.FLAG_YOUR_OWN + raise FlagExceptionEnum.FLAG_ALREADY_STOLEN except exceptions.FlagSubmitException as e: result.submit_ok = False