Accept with mousebutton on PSS

This commit is contained in:
JappaWakka 2023-06-04 11:48:24 +02:00
parent 0600eb4d35
commit aee6d641b1
1 changed files with 1 additions and 1 deletions

View File

@ -1175,7 +1175,7 @@
Cursors(1) = Cursors(1).Clamp(0, 4)
If Controls.Accept(False, True, True) = True Then
If Controls.Accept(True, True, True) = True Then
Dim sameServer As Boolean = False
Dim sameConnection As Boolean = False