Revert "comment out feos' sandbox change so things compile"
This reverts commit 418eed6cc5
.
This commit is contained in:
parent
1e57a0a221
commit
b0ab66801f
|
@ -56,12 +56,9 @@ namespace BizHawk.Client.Common
|
||||||
|
|
||||||
public void Call(string name = null)
|
public void Call(string name = null)
|
||||||
{
|
{
|
||||||
// TODO
|
LuaSandbox.Sandbox(() => {
|
||||||
//LuaSandbox.Sandbox(() => {
|
|
||||||
// _function.Call(name);
|
|
||||||
//});
|
|
||||||
|
|
||||||
_function.Call(name);
|
_function.Call(name);
|
||||||
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue