Revert "Added Self Test Plugin"
This reverts commit 62c18868b2f01b5a7c2b4a4b5dc4c8ac6bc6d441.
This commit is contained in:
parent
f25597540d
commit
de7e84b45b
@ -1,20 +0,0 @@
|
|||||||
|
|
||||||
function Initialize(Plugin)
|
|
||||||
Plugin:SetName("SelfTest")
|
|
||||||
Plugin:SetVersion(1)
|
|
||||||
|
|
||||||
cPluginManager.AddHook(cPluginManager.HOOK_WORLD_STARTED, OnWorldStarted)
|
|
||||||
|
|
||||||
LOG("Initialized " .. Plugin:GetName() .. " v." .. Plugin:GetVersion())
|
|
||||||
return true
|
|
||||||
end
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
function OnWorldStarted(World)
|
|
||||||
LOG("Stopping")
|
|
||||||
cRoot:Get():QueueExecuteConsoleCommand("stop");
|
|
||||||
return false
|
|
||||||
end
|
|
Loading…
x
Reference in New Issue
Block a user