Bugfix loadfile not using correct chunkname format

This commit is contained in:
Alessandro Proto 2023-01-18 16:27:49 +01:00
parent 8159b38470
commit 3e3b1654fc

View file

@ -228,7 +228,7 @@ internal class Sandbox
L.GetGlobal("load");
L.PushBuffer(chunk);
L.PushString(filename);
L.PushString("@" + filename);
var values = 2;