diff options
Diffstat (limited to '')
-rw-r--r-- | src/Rcon.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Rcon.ts b/src/Rcon.ts index fc3b989..fb272d3 100644 --- a/src/Rcon.ts +++ b/src/Rcon.ts @@ -39,6 +39,7 @@ class Rcon { if (this.packages[id]) { this.packages[id](type, response) + delete this.packages[id] } else { console.log('Unexpected rcon response', id, type, response) } |