Skip to content

Commit

Permalink
Fix merge mistakes
Browse files Browse the repository at this point in the history
I need to stop using the browser for merge conflicts
  • Loading branch information
sovdeeth committed Mar 14, 2024
1 parent 69e42e8 commit 0ed7f6e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/main/java/ch/njol/skript/structures/StructEvent.java
Original file line number Diff line number Diff line change
Expand Up @@ -140,13 +140,14 @@ public EventPriority getPriority() {
@Nullable
public ListeningBehavior getListenerBehavior() {
return behavior;
}

/**
/**
* Clears all event-specific data from this instance.
*/
public void clear() {
priority = null;
behavior = null;
behavior = null;
}

}
Expand Down

0 comments on commit 0ed7f6e

Please sign in to comment.