mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-31 01:35:20 +02:00
Added PM chat button for PSS
This commit is contained in:
parent
aee6d641b1
commit
63b2134ef6
@ -974,7 +974,7 @@ Public Class ChatScreen
|
|||||||
''' <summary>
|
''' <summary>
|
||||||
''' Enters a new PM chat.
|
''' Enters a new PM chat.
|
||||||
''' </summary>
|
''' </summary>
|
||||||
Private Sub EnterPMChat(ByVal newPMChatName As String)
|
Public Sub EnterPMChat(ByVal newPMChatName As String)
|
||||||
If PMChats.Keys.Contains(newPMChatName) = False Then
|
If PMChats.Keys.Contains(newPMChatName) = False Then
|
||||||
PMChats.Add(newPMChatName, False)
|
PMChats.Add(newPMChatName, False)
|
||||||
End If
|
End If
|
||||||
|
@ -1210,6 +1210,9 @@
|
|||||||
End If
|
End If
|
||||||
Case 2
|
Case 2
|
||||||
If sameServer = True Then
|
If sameServer = True Then
|
||||||
|
Dim chat As New ChatScreen(CurrentScreen)
|
||||||
|
chat.EnterPMChat(UserName)
|
||||||
|
Core.SetScreen(chat)
|
||||||
|
|
||||||
End If
|
End If
|
||||||
Case 3
|
Case 3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user