diff options
Diffstat (limited to '')
-rw-r--r-- | Server/Plugins/APIDump/APIDesc.lua | 4 |
1 files 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 = |