From 57515c791797ff8e7e2eaf43c4ee90d73229793c Mon Sep 17 00:00:00 2001 From: Jeroen De Meerleer Date: Wed, 1 May 2019 16:08:05 +0200 Subject: [PATCH] Updated Showing the pairings of a specific round (markdown) --- Showing-the-pairings-of-a-specific-round.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/Showing-the-pairings-of-a-specific-round.md b/Showing-the-pairings-of-a-specific-round.md index 11092c9..3783d9d 100644 --- a/Showing-the-pairings-of-a-specific-round.md +++ b/Showing-the-pairings-of-a-specific-round.md @@ -1,5 +1,3 @@ -**Note: this tutorial relies on a unimplemented method. Do not use!** - To get pairings of a specific round you can use the `Round::getPairings()` method. First, import your sws-file using the `Sws::readSws()` method. Using the `Tournament::getRoundByNo()` method you can get a specific round. `Tournament::getRoundByNo()` takes 1 integer parameter that defines the round no. The very first round has number 0.