remove space in perShot (#4640)

This commit is contained in:
MEEP of Faith
2021-02-09 06:52:00 -08:00
committed by GitHub
parent f76b514892
commit 386da22f6e

View File

@ -20,7 +20,7 @@ public enum StatUnit{
minutes,
perSecond,
perMinute,
perShot,
perShot(false),
timesSpeed(false),
percent(false),
shieldHealth,