Bug fixes

This commit is contained in:
Finn
2025-12-13 16:47:30 +01:00
parent 6cb9f55804
commit bf978f48b0
3 changed files with 10 additions and 9 deletions

View File

@@ -86,8 +86,6 @@ public abstract class ProtocolINSServer extends DefaultMethodsOverrider {
checkFileExists(folderStructure.publicServerFolder, folderStructure.certPrefix, ".crt");
checkFileExists(folderStructure.privateServerFolder, folderStructure.certPrefix, ".key");
// Initialize the protocol bridge and clients list
this.clients = new ArrayList<>();