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)