Skip to content

Commit 97d11e1

Browse files
committed
Add #1
Works good!
1 parent e495b37 commit 97d11e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DashPause.au3

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Func Main()
5959
TraySetToolTip("Connecting...")
6060
$sLocation = _WinAPI_GetProcessFileName(ProcessExists("Beat Saber.exe"))
6161
If Not FileExists(StringReplace($sLocation, "Beat Saber.exe", "Plugins\DataPuller.dll")) Then
62-
MsgBox($MB_OK+$MB_ICONERROR+$MB_TOPMOST, "Dash Pause", "The required plugin DataPuller was not found! Dash Pause will now close")
62+
MsgBox($MB_OK+$MB_ICONERROR+$MB_TOPMOST, "DashPause", "The required plugin DataPuller was not found! DashPause will now close.")
6363
Exit 1
6464
EndIf
6565
$hSocket = _StartListener("127.0.0.1", 2946, "/BSDataPuller")
@@ -77,7 +77,7 @@ Func Main()
7777
TraySetToolTip("Disconnected")
7878
$bRunning = False
7979
$hSocket = 0
80-
;~ Exit
80+
Exit
8181

8282
Case $bRunning
8383
$sData = _GetData($hSocket, $iTimeout)

0 commit comments

Comments
 (0)