Skip to content

Commit

Permalink
Fixed gift sending from RCON
Browse files Browse the repository at this point in the history
  • Loading branch information
KaniRobinson authored Aug 28, 2024
1 parent 1488334 commit 50cb1c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Services/RconService.php
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ public function giveDuckets(int $userId, int $amount): mixed
*/
public function sendGift(int $userId, int $itemId, string $message = ''): mixed
{
return $this->sendPacket('gift', [
return $this->sendPacket('sendgift', [
'user_id' => $userId,
'itemid' => $itemId,
'message' => $message,
Expand Down

0 comments on commit 50cb1c5

Please sign in to comment.