Remove test code.

This commit is contained in:
Lucas Nicodemus 2012-01-04 04:18:41 -07:00
parent 1425a80ed6
commit 332fce2eb7

View file

@ -37,17 +37,6 @@ namespace TShockAPI.LuaSystem
RegisterLuaFunctions();
LoadServerAutoruns();
}
static void test()
{
var loader = new LuaLoader("");
loader.RunLuaString(@"
function hookme()
Print('Hook test')
end
Hook(""doesntmatter"", ""hookmeee"", hookme)");
}
public void LoadServerAutoruns()
{