diff --git a/giveitem.php b/giveitem.php index ed934fe..3e6afaa 100644 --- a/giveitem.php +++ b/giveitem.php @@ -18,3 +18,5 @@ $playeruuid = $database->select('players', ['uuid'], ['nickname' => $player])[0] $database->update('inventory', ['playeruuid' => $playeruuid], ['itemuuid' => $itemuuid]); + +sendOK(); \ No newline at end of file