mirror of
https://github.com/Ale32bit/Capy64.git
synced 2025-01-18 18:46:43 +00:00
Bugfix loadfile not using correct chunkname format
This commit is contained in:
parent
8159b38470
commit
3e3b1654fc
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ internal class Sandbox
|
||||||
|
|
||||||
L.GetGlobal("load");
|
L.GetGlobal("load");
|
||||||
L.PushBuffer(chunk);
|
L.PushBuffer(chunk);
|
||||||
L.PushString(filename);
|
L.PushString("@" + filename);
|
||||||
|
|
||||||
var values = 2;
|
var values = 2;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue