Skip to content

Commit 7c890d2

Browse files
committed
fix: Update error alert message for Valorant detection
1 parent eeb1ae5 commit 7c890d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ def try_lock(agent):
160160
logger.debug("Valorant wasn't detected in process list so stopped locking.\nProcess list:")
161161
logger.debug(str([p.name() for p in psutil.process_iter()]))
162162

163-
return errorAlert("TURN VALORANT ON", "YOU CLOWN", 3)
163+
return errorAlert("TURN VALORANT ON", "YOU CLOWN L BOZO", 3)
164164

165165
try: # try and get the region code automatically
166166
logger.debug('Trying to find region...')

0 commit comments

Comments
 (0)