From 106a0fe6de335808a7c78b31c3d72d825f5f2eb1 Mon Sep 17 00:00:00 2001 From: 82joni1bif <82joni1bif@hft-stuttgart.de> Date: Sun, 10 May 2020 22:00:17 +0200 Subject: [PATCH] add print for debug --- GoldWars/GoldWars/MatchmakingHelper.swift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/GoldWars/GoldWars/MatchmakingHelper.swift b/GoldWars/GoldWars/MatchmakingHelper.swift index 8ad1138..16b2fee 100644 --- a/GoldWars/GoldWars/MatchmakingHelper.swift +++ b/GoldWars/GoldWars/MatchmakingHelper.swift @@ -123,6 +123,8 @@ class MatchmakingHelper: NSObject, GKMatchmakerViewControllerDelegate, GKMatchDe case MessageType.PlayerMove: let playerMove = message as! PlayerMove let count = playerMove.unitCount + print("Angekommen \(count)") + }