From 9f34b82135bbb2fdb0b6eebd29a79bd6be852af2 Mon Sep 17 00:00:00 2001 From: hide_d Date: Tue, 21 Aug 2018 18:02:02 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B8=B0=EC=88=A0=20=EC=A0=9C=ED=95=9C?= =?UTF-8?q?=EC=9D=B4=20=ED=95=AD=EC=83=81=20=EA=B1=B8=EB=A6=AC=EB=8A=94=20?= =?UTF-8?q?=EB=B2=84=EA=B7=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/func_converter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/func_converter.php b/hwe/func_converter.php index 6c452178..e59bed3f 100644 --- a/hwe/func_converter.php +++ b/hwe/func_converter.php @@ -465,7 +465,7 @@ function getTechLevel($tech):int{ function TechLimit($startyear, $year, $tech) : bool { - $relYear = $startyear - $year; + $relYear = $year - $startyear; $relMaxTech = Util::valueFit( floor($relYear / 5) + 1,