Updated Conflict Group (markdown)

alexcrea 2024-07-16 14:58:28 +02:00
parent b90858651f
commit 4a73268b61

@ -42,7 +42,8 @@ public void onConfigReady(CAConfigReadyEvent event){
conflictExample.setMaxBeforeConflict(2); conflictExample.setMaxBeforeConflict(2);
// Register group // Register group
ConflictAPI.addConflict(conflictExample); conflictExample.registerIfAbsent();
//or you can use ConflictAPI.addConflict(conflictExample);
} }
``` ```