Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
PBoki committed Oct 16, 2023
2 parents 5527729 + bd4ca3e commit 6aca490
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public SlimefunItemSpawnEvent(Location location, ItemStack itemStack, ItemSpawnR
*
* @return The player responsible if applicable.
*/
public Optional<Player> getPlayer() {
public @Nonnull Optional<Player> getPlayer() {
return Optional.ofNullable(player);
}

Expand Down

0 comments on commit 6aca490

Please sign in to comment.