From 486ae0e832e46051167d162b6ad496a6d0c6440e Mon Sep 17 00:00:00 2001 From: Lukas Pioch Date: Sun, 11 Jun 2017 14:32:28 +0200 Subject: APIDoc: Corrected param in cBoat:MaterialToString --- Server/Plugins/APIDump/APIDesc.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Server/Plugins/APIDump/APIDesc.lua b/Server/Plugins/APIDump/APIDesc.lua index 724f52398..8fff8b9fd 100644 --- a/Server/Plugins/APIDump/APIDesc.lua +++ b/Server/Plugins/APIDump/APIDesc.lua @@ -11062,8 +11062,8 @@ a_Player:OpenWindow(Window); Params = { { - Name = "Item", - Type = "cItem", + Name = "Material", + Type = "cBoat#eMaterial", }, }, Returns = -- cgit v1.2.3