Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Chissl committed Jan 6, 2025
1 parent 89ec2d2 commit 8b1c187
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ object GardenPlotAPI {
else -> "${seconds}s"
}

val newSpray = SprayType.getByName(sprayName)
val newSpray: SprayType? = SprayType.getByName(sprayName)

if (plot.currentSpray != null) {
val expectedExpireTime = SimpleTimeMark.now() + time
Expand Down

0 comments on commit 8b1c187

Please sign in to comment.