Skip to content

Commit

Permalink
oop
Browse files Browse the repository at this point in the history
  • Loading branch information
AlphaMode committed Apr 6, 2024
1 parent 8bc4565 commit 1d1feff
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ public Projectile getProjectile() {
}

/**
* This method only exists in lex forge and are here for compatibility
* This method only exists in lex forge and is here for compatibility
*/
@Deprecated()
public void setImpactResult(ImpactResult result) {
this.result = Objects.requireNonNull(result);
}

/**
* This method only exists in lex forge and are here for compatibility
* This method only exists in lex forge and is here for compatibility
*/
@Deprecated()
public ImpactResult getImpactResult() {
Expand Down

0 comments on commit 1d1feff

Please sign in to comment.