This commit is contained in:
Zlatin Balevsky
2019-06-04 17:04:24 +01:00
parent d5db49fa79
commit bd5fecc19d

View File

@@ -18,7 +18,7 @@ class Cli {
}
def props = new Properties()
props.eachWithIndex { props.load(id) }
propsFile.withInputStream { props.load(it) }
props = new MuWireSettings(props)
Core core