Spark.getMultiplayer().cancelMatchmaking(Spark.getPlayer(), "RT_MATCH", "myGroup");
You'll need to ensure that you are referencing the correct match Short Code and group for the pendingMatch you want to cancel.
Modified on: Tue, 5 Mar, 2019 at 4:25 PM
Spark.getMultiplayer().cancelMatchmaking(Spark.getPlayer(), "RT_MATCH", "myGroup");
Did you find it helpful? Yes No