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)