9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-24 01:29:16 +00:00
This commit is contained in:
Daniel Mills
2020-09-07 23:00:29 -04:00
parent bdb86808a5
commit 3e92154e27
4 changed files with 18 additions and 9 deletions

View File

@@ -315,7 +315,10 @@ public class Iris extends MortarPlugin
public static void verbose(String string)
{
msg(C.GRAY + string);
if(IrisSettings.get().verbose)
{
msg(C.GRAY + string);
}
}
public static void success(String string)