aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/Applications/Pong.cs
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-05-06 12:16:41 -0400
committerMichael <[email protected]>2017-05-06 12:16:41 -0400
commite131f72a9b863cc75a4db71670c41efa319886fb (patch)
treec2b8daa8e4b6ea8a3cc7d4c3d348f70386c0f3a5 /ShiftOS.WinForms/Applications/Pong.cs
parent57277a01d685b0e29a79e5d74a1465a2ceb23ef9 (diff)
downloadshiftos_thereturn-e131f72a9b863cc75a4db71670c41efa319886fb.tar.gz
shiftos_thereturn-e131f72a9b863cc75a4db71670c41efa319886fb.tar.bz2
shiftos_thereturn-e131f72a9b863cc75a4db71670c41efa319886fb.zip
Fix the file skimmer pins.
Diffstat (limited to 'ShiftOS.WinForms/Applications/Pong.cs')
-rw-r--r--ShiftOS.WinForms/Applications/Pong.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS.WinForms/Applications/Pong.cs b/ShiftOS.WinForms/Applications/Pong.cs
index d63f406..ae70aff 100644
--- a/ShiftOS.WinForms/Applications/Pong.cs
+++ b/ShiftOS.WinForms/Applications/Pong.cs
@@ -1095,8 +1095,8 @@ namespace ShiftOS.WinForms.Applications
{
if(!string.IsNullOrWhiteSpace(OpponentGUID))
ServerManager.Forward(OpponentGUID, "pong_mp_left", null);
+ LeaveMatchmake();
}
- LeaveMatchmake();
ServerManager.MessageReceived -= this.ServerMessageReceivedHandler;
return true;