diff --git a/medias/c0f08ae603e364cb554fe71c9fc94ffd/Derpy.xml b/medias/c0f08ae603e364cb554fe71c9fc94ffd/Derpy.xml index 0fc75dd..c5e7d60 100644 --- a/medias/c0f08ae603e364cb554fe71c9fc94ffd/Derpy.xml +++ b/medias/c0f08ae603e364cb554fe71c9fc94ffd/Derpy.xml @@ -16,6 +16,6 @@ default ... - 0 + 10 diff --git a/play/action.php b/play/action.php index b2d5f54..2edb18e 100755 --- a/play/action.php +++ b/play/action.php @@ -110,7 +110,7 @@ if (isset($_GET['edit_notes'])) { $xml->entry->notes = $_POST["notes"]; } -if (isset($_GET['gift_plus']) && $xml->entry->gift<99999) ) { +if (isset($_GET['gift_plus']) && $xml->entry->gift<99999) { $xml->entry->gift++; }