From 1aa370d56216d1b0846142a301af7757991c0339 Mon Sep 17 00:00:00 2001 From: Alexander Brandes Date: Wed, 13 Sep 2023 21:13:30 +0200 Subject: [PATCH] Fixup bad commit d3dab0d736a3b19298120a3266a8ebc1d3fcd295 --- Core/src/main/java/com/plotsquared/core/plot/PlotWeather.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/Core/src/main/java/com/plotsquared/core/plot/PlotWeather.java b/Core/src/main/java/com/plotsquared/core/plot/PlotWeather.java index 6f4afdf98..1c4d8ada1 100644 --- a/Core/src/main/java/com/plotsquared/core/plot/PlotWeather.java +++ b/Core/src/main/java/com/plotsquared/core/plot/PlotWeather.java @@ -18,9 +18,6 @@ */ package com.plotsquared.core.plot; -Used to specify the type of weather condition within the world. - - /** * The different types of weather that can be set for a Plot. */