Remove test code.
This commit is contained in:
parent
1425a80ed6
commit
332fce2eb7
1 changed files with 0 additions and 11 deletions
|
|
@ -37,17 +37,6 @@ namespace TShockAPI.LuaSystem
|
||||||
RegisterLuaFunctions();
|
RegisterLuaFunctions();
|
||||||
LoadServerAutoruns();
|
LoadServerAutoruns();
|
||||||
}
|
}
|
||||||
static void test()
|
|
||||||
{
|
|
||||||
var loader = new LuaLoader("");
|
|
||||||
loader.RunLuaString(@"
|
|
||||||
function hookme()
|
|
||||||
Print('Hook test')
|
|
||||||
end
|
|
||||||
|
|
||||||
Hook(""doesntmatter"", ""hookmeee"", hookme)");
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
public void LoadServerAutoruns()
|
public void LoadServerAutoruns()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue