Removed editor parameter from onregister, editor not supported for that event handler

Solvaring [09-03-17 - 07:58]
Removed editor parameter from onregister, editor not supported for that event handler
Filename
ZBS_API_Files/ESOAPIXMLPlugin.lua
diff --git a/ZBS_API_Files/ESOAPIXMLPlugin.lua b/ZBS_API_Files/ESOAPIXMLPlugin.lua
index 85642b2..8819c02 100644
--- a/ZBS_API_Files/ESOAPIXMLPlugin.lua
+++ b/ZBS_API_Files/ESOAPIXMLPlugin.lua
@@ -33660,7 +33660,7 @@ return {
 		--editor:SetKeyWords(2, esoxmlspec.keywords[2])
 	end,

-  onRegister = function(self, editor)
+  onRegister = function(self)
     table.insert(ide:GetConfig().api, name)
 	table.insert(ide:GetConfig().api, "esoxmlkeywords")
 	ide:AddAPI("lua", name, api)