summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Pioch <lukas@zgow.de>2017-06-11 14:32:28 +0200
committerLukas Pioch <lukas@zgow.de>2017-06-11 14:59:29 +0200
commit486ae0e832e46051167d162b6ad496a6d0c6440e (patch)
tree345b88df1a18f31c7f5419b814bbaccc07c149be
parentFix assert when clicking blocks at the top of the world. (diff)
downloadcuberite-486ae0e832e46051167d162b6ad496a6d0c6440e.tar
cuberite-486ae0e832e46051167d162b6ad496a6d0c6440e.tar.gz
cuberite-486ae0e832e46051167d162b6ad496a6d0c6440e.tar.bz2
cuberite-486ae0e832e46051167d162b6ad496a6d0c6440e.tar.lz
cuberite-486ae0e832e46051167d162b6ad496a6d0c6440e.tar.xz
cuberite-486ae0e832e46051167d162b6ad496a6d0c6440e.tar.zst
cuberite-486ae0e832e46051167d162b6ad496a6d0c6440e.zip
-rw-r--r--Server/Plugins/APIDump/APIDesc.lua4
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 =