mirror of
https://github.com/Minestom/Minestom.git
synced 2025-03-02 11:21:15 +01:00
Typos
This commit is contained in:
parent
4f606de80f
commit
825722ac4d
@ -77,11 +77,11 @@ public class Inventory implements InventoryModifier, InventoryClickHandler, View
|
||||
|
||||
public String setTitle(String title){
|
||||
this.title = title;
|
||||
|
||||
|
||||
OpenWindowPacket packet = new OpenWindowPacket();
|
||||
|
||||
packet.windowId = inv.getWindowId();
|
||||
packet.windowType = inv.getInventoryType().getWindowType();
|
||||
packet.windowId = getWindowId();
|
||||
packet.windowType = getInventoryType().getWindowType();
|
||||
packet.title = title;
|
||||
|
||||
sendPacketToViewersAndSelf(packet);
|
||||
|
Loading…
Reference in New Issue
Block a user