Skip to content

Commit

Permalink
Clarify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Aeltumn committed Jul 13, 2024
1 parent 6db273a commit 24dd674
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ public class InterfacesListeners private constructor(private val plugin: Plugin)
)
}

/** Aborts an ongoing query for [playerId]. */
/** Aborts an ongoing query for [playerId], without re-opening the original view. */
public fun abortQuery(playerId: UUID, view: InterfaceView?) {
val query = queries.getIfPresent(playerId) ?: return

Expand Down

0 comments on commit 24dd674

Please sign in to comment.