Update SuppliesTrackerPlugin.java

This commit is contained in:
Jonathan
2019-04-22 14:30:22 -06:00
committed by GitHub
parent 39e612ceb3
commit 4c91e97ead

View File

@@ -63,7 +63,7 @@ import java.awt.image.BufferedImage;
name = "Supplies Used Tracker",
description = "Tracks supplies used during the session",
tags = {"cost"},
type = "PVM",
type = "utility",
enabledByDefault = false
)
@Slf4j