mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 16:16:17 +02:00
Updated Conflict Group (markdown)
parent
b90858651f
commit
4a73268b61
1 changed files with 2 additions and 1 deletions
|
|
@ -42,7 +42,8 @@ public void onConfigReady(CAConfigReadyEvent event){
|
|||
conflictExample.setMaxBeforeConflict(2);
|
||||
|
||||
// Register group
|
||||
ConflictAPI.addConflict(conflictExample);
|
||||
conflictExample.registerIfAbsent();
|
||||
//or you can use ConflictAPI.addConflict(conflictExample);
|
||||
|
||||
}
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue