Skip to content

Commit

Permalink
fix: checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
WiIIiam278 committed Feb 25, 2024
1 parent 61fd14a commit 979d0a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ public boolean isVanished() {
}

/**
* Handles player invulnerability after teleporting
* Handles player invulnerability after teleporting.
*/
@Override
public void handleInvulnerability() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public boolean isVanished() {
}

/**
* Handles player invulnerability after teleporting
* Handles player invulnerability after teleporting.
*/
@Override
public void handleInvulnerability() {
Expand Down

0 comments on commit 979d0a1

Please sign in to comment.