From: Cameron Ball Date: Fri, 6 Sep 2019 05:36:54 +0000 (+0800) Subject: Back to splitting bills by 2 X-Git-Url: http://git.cameron1729.xyz/?p=SonOfLokstallBot.git;a=commitdiff_plain;h=a7f384901a10345860d666fce3f349cd07235154 Back to splitting bills by 2 --- diff --git a/src/common.php b/src/common.php index 7cadbd4..fb00126 100644 --- a/src/common.php +++ b/src/common.php @@ -54,7 +54,7 @@ function getTelegram(): TelegramAPI { } function splitBill(float $amount) : float { - return floor($amount/3); + return floor($amount/2); } function identity($x) {