mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-24 01:29:16 +00:00
Fixes
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user