From 382102e6a90de605ceeac3ae99e52f7206aefe1c Mon Sep 17 00:00:00 2001 From: wling Date: Fri, 16 Feb 2024 16:50:45 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20=E4=BF=AE=E5=A4=8D=E5=8F=82?= =?UTF-8?q?=E6=95=B0=E7=BB=99=E7=9A=84=E4=B8=8D=E5=88=B0=E4=BD=8D=E7=9A=84?= =?UTF-8?q?=E5=8E=9F=E5=9B=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../__init__.py" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/plugin_market/\346\255\273\344\272\241\350\277\224\345\233\236/__init__.py" "b/plugin_market/\346\255\273\344\272\241\350\277\224\345\233\236/__init__.py" index aa842edb..19b9b183 100644 --- "a/plugin_market/\346\255\273\344\272\241\350\277\224\345\233\236/__init__.py" +++ "b/plugin_market/\346\255\273\344\272\241\350\277\224\345\233\236/__init__.py" @@ -67,7 +67,7 @@ async def _(playername, msg): @player_death() -async def _(playername): +async def _(playername,killer): deathTime = int(time.time()) with open(config, "r", encoding="utf-8") as f: data = json.loads(f)