1 small extra fix

This commit is contained in:
Adrian Bergqvist 2024-02-28 20:40:50 +01:00
parent eaa974593c
commit b2a9eeffa1
No known key found for this signature in database
GPG Key ID: FAE7D8EDE225E686

View File

@ -43,8 +43,6 @@ public class AmbassadorConfig {
this.kickReconnectMessageString = kickReconnectMessageString;
}
;
public static AmbassadorConfig read(Path path) throws IOException {
URL defaultConfigLocation = AmbassadorConfig.class.getClassLoader()
.getResource("default-ambassador.toml");