From 6d75cade2534b3f41a7d8d76c97489f9ae76bf4d Mon Sep 17 00:00:00 2001 From: "Jill \"oatmealine\" Monoids" Date: Sun, 16 Oct 2022 23:48:16 +0300 Subject: [PATCH] make eternalfile delete the notedata --- stdlib/eternalfile.lua | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/stdlib/eternalfile.lua b/stdlib/eternalfile.lua index 84f4782..96e7f7c 100644 --- a/stdlib/eternalfile.lua +++ b/stdlib/eternalfile.lua @@ -1,4 +1,13 @@ +require('stdlib.players') + return function() + if P1 then + P1:SetNoteDataFromLua({}) + end + if P2 then + P2:SetNoteDataFromLua({}) + end + function uranium.update() if b >= 1 then GAMESTATE:SetSongBeat(b % 1)