1
0
Fork 0

Debuggers: Disabled testing plugin calls.

This commit is contained in:
madmaxoft 2014-02-09 18:56:43 +01:00
parent 9455f59b11
commit 4ef6c56f32
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ function Initialize(Plugin)
-- TestBlockAreas();
-- TestSQLiteBindings();
-- TestExpatBindings();
TestPluginCalls();
-- TestPluginCalls();
return true
end;