From 87a7d3ec64552f7ab63715656e8ba2b519994d76 Mon Sep 17 00:00:00 2001 From: Lukas Pioch Date: Tue, 12 Jul 2016 16:21:20 +0200 Subject: Changed Hopper to wtHopper and adjusted .gitignore. --- Server/Plugins/APIDump/APIDesc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Server/Plugins') diff --git a/Server/Plugins/APIDump/APIDesc.lua b/Server/Plugins/APIDump/APIDesc.lua index fd8ef34d0..a09d4b37d 100644 --- a/Server/Plugins/APIDump/APIDesc.lua +++ b/Server/Plugins/APIDump/APIDesc.lua @@ -1640,7 +1640,7 @@ end -- Set window contents: -- a_Player is a cPlayer object received from the outside of this code fragment -local Window = cLuaWindow(cWindow.Hopper, 3, 3, "TestWnd"); +local Window = cLuaWindow(cWindow.wtHopper, 3, 3, "TestWnd"); Window:SetSlot(a_Player, 0, cItem(E_ITEM_DIAMOND, 64)); Window:SetOnClosing(OnClosing); Window:SetOnSlotChanged(OnSlotChanged); -- cgit v1.2.3