9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-24 01:29:16 +00:00

Reload config command

This commit is contained in:
Daniel Mills
2020-10-18 13:22:50 -04:00
parent d67596117f
commit 564f02b188
2 changed files with 40 additions and 0 deletions

View File

@@ -179,4 +179,12 @@ public class IrisSettings
return settings;
}
public static void invalidate()
{
synchronized(settings)
{
settings = null;
}
}
}