Ensure file commits die

Signed-off-by: Ayane Satomi <ayane@vignetteapp.org>
This commit is contained in:
Ayane Satomi 2022-04-30 21:07:16 +08:00
parent 83e8f09873
commit 456f307496

View file

@ -69,6 +69,10 @@ function speak(ent, txt, remote, variant)
else else
print("No entity to play sound on") print("No entity to play sound on")
end end
--let's not wait for Starfall to delete this
--dispose it immediately
file.delete("tts.mp3")
end end
end) end)
end end