File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ Func Main()
59
59
TraySetToolTip (" Connecting..." )
60
60
$sLocation = _WinAPI_GetProcessFileName(ProcessExists (" Beat Saber.exe" ))
61
61
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. " )
63
63
Exit 1
64
64
EndIf
65
65
$hSocket = _StartListener(" 127.0.0.1" , 2946 , " /BSDataPuller" )
@@ -77,7 +77,7 @@ Func Main()
77
77
TraySetToolTip (" Disconnected" )
78
78
$bRunning = False
79
79
$hSocket = 0
80
- ; ~ Exit
80
+ Exit
81
81
82
82
Case $bRunning
83
83
$sData = _GetData($hSocket , $iTimeout )
You can’t perform that action at this time.
0 commit comments