1
0
mirror of https://github.com/Siccity/xNode.git synced 2025-12-20 01:06:01 +08:00

Merge d4f07c159965dac4da16f20ee1d2a56056608939 into d6effd70f5574369e3415c423ef3e621ea309564

This commit is contained in:
Marcin Swiderski 2024-08-27 14:08:04 +03:00 committed by GitHub
commit 6015df7dd0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -231,6 +231,7 @@ namespace XNode {
for (int i = 0; i < connections.Count; i++) {
NodePort port = GetConnection(i);
if (port != null) result.Add(port);
else i--;
}
return result;
}