From 6a847a07183756dcf6ffe987cb6da0bd40e36405 Mon Sep 17 00:00:00 2001 From: Jakob Haag Date: Sat, 9 May 2020 14:37:20 +0000 Subject: [PATCH] Update TwoPlayerDefaultTestMap.swift --- GoldWars/GoldWars/Map/TwoPlayerDefaultTestMap.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GoldWars/GoldWars/Map/TwoPlayerDefaultTestMap.swift b/GoldWars/GoldWars/Map/TwoPlayerDefaultTestMap.swift index 44b60c2..b389d4a 100644 --- a/GoldWars/GoldWars/Map/TwoPlayerDefaultTestMap.swift +++ b/GoldWars/GoldWars/Map/TwoPlayerDefaultTestMap.swift @@ -24,7 +24,7 @@ class TwoPlayerDefaultTestMap: MapProtocol { // Create Bases let basePlayerOne = Base( position: CGPoint(x: self.size.width * 0.1, y: self.size.height / 2), - // ToDo: not final version. Better would something like MatchmakingHelper.spieler1 but does not work yet + // ToDo: not final version. Better would be something like MatchmakingHelper.spieler1 but does not work yet player: GKLocalPlayer.local, team: .team1 )