Update Settings.java

This commit is contained in:
AlphaX-Projects 2024-01-04 14:00:33 +01:00 committed by GitHub
parent feb5564666
commit 687667c8fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,7 +68,7 @@ public class Settings {
"localhost", "127.0.0.1" "localhost", "127.0.0.1"
}; };
private String[] uiRemoteServers = new String[] { private String[] uiRemoteServers = new String[] {
"none.exist.anymore" // None exist anymore
}; };
// API-related // API-related