Skip to content

Commit

Permalink
chore: suppress deprecation in EventsMetric
Browse files Browse the repository at this point in the history
  • Loading branch information
Cubxity committed Jul 3, 2021
1 parent 694712c commit 1aab8a8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

@file:Suppress("DEPRECATION") // Using Paper's event will cause incompatibility with non-paper bukkit/spigot servers

package dev.cubxity.plugins.metrics.bukkit.metric

import dev.cubxity.plugins.metrics.api.metric.Metric
Expand Down

0 comments on commit 1aab8a8

Please sign in to comment.