Skip to content

Commit

Permalink
Update Rotur.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Mistium authored Aug 16, 2024
1 parent 103f972 commit be5fae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion featured/Rotur.js
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ class RoturExtension {
}
let firstPacket = this.packets[target][0];
this.packets[target].shift();
return firstPacket;
return JSON.stringify(firstPacket);
}

deletePacketsOnTarget(args) {
Expand Down

0 comments on commit be5fae6

Please sign in to comment.