Update StrongholdPlugin.java

This commit is contained in:
Kyleeld
2019-04-20 19:12:28 +01:00
parent 6de220f958
commit 08015501b0

View File

@@ -43,7 +43,7 @@ import java.awt.Color;
name = "Stronghold",
description = "Highlights the correct answer to Stronghold of Security questions",
tags = {"stronghold", "security", "overlay", "answer", "highlight"},
type = "utility",
type = "utility"
)
@Slf4j
public class StrongholdPlugin extends Plugin {