Skip to content

Commit

Permalink
Update for Transformice 1.809
Browse files Browse the repository at this point in the history
  • Loading branch information
friedkeenan committed Apr 6, 2024
1 parent dea18f7 commit e4c1fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/leakers/TransformiceLeaker.as
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ package leakers {
private function get_socket_method_name(domain: ApplicationDomain, description: XML) : String {
for each (var method: * in description.elements("method")) {
var parameters: * = method.elements("parameter");
if (parameters.length() != 1) {
if (parameters.length() != 2) {
continue;
}

Expand Down

0 comments on commit e4c1fb8

Please sign in to comment.