Skip to content

Commit

Permalink
#613 Changed method header.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shynixn committed Sep 17, 2024
1 parent 45b7427 commit 2be6570
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class PetBlocksPlaceHolderApiProvider @Inject constructor(
}
}

override fun onPlaceholderRequest(p: Player?, params: String?): String? {
override fun onPlaceholderRequest(p: Player?, params: String): String? {
if (params == null || p == null) {
return null
}
Expand Down

0 comments on commit 2be6570

Please sign in to comment.