diff options
author | Lukas Pioch <lukas@zgow.de> | 2017-06-11 14:32:28 +0200 |
---|---|---|
committer | Lukas Pioch <lukas@zgow.de> | 2017-06-11 14:59:29 +0200 |
commit | 486ae0e832e46051167d162b6ad496a6d0c6440e (patch) | |
tree | 345b88df1a18f31c7f5419b814bbaccc07c149be /Server | |
parent | Fix assert when clicking blocks at the top of the world. (diff) | |
download | cuberite-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 |
Diffstat (limited to 'Server')
-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 = |