mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-02-16 13:14:49 +00:00
fix: remove leftover merge issue
This commit is contained in:
@@ -331,7 +331,7 @@ namespace PepperDash.Core
|
|||||||
private void KillClient(SocketStatus status)
|
private void KillClient(SocketStatus status)
|
||||||
{
|
{
|
||||||
KillStream();
|
KillStream();
|
||||||
IsConnecting = false;
|
|
||||||
if (Client != null)
|
if (Client != null)
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
|
|||||||
Reference in New Issue
Block a user