mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
Update Inventory.cs
This commit is contained in:
parent
97b0b03c33
commit
31d45b0950
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ namespace MinecraftClient.Commands
|
||||||
response.Add(String.Format(" #{0}: {1} x{2}", item.Key, item.Value.Type, item.Value.Count));
|
response.Add(String.Format(" #{0}: {1} x{2}", item.Key, item.Value.Type, item.Value.Count));
|
||||||
else response.Add(String.Format(" #{0}: {1} x{2} - {3}§8", item.Key, item.Value.Type, item.Value.Count, displayName));
|
else response.Add(String.Format(" #{0}: {1} x{2} - {3}§8", item.Key, item.Value.Type, item.Value.Count, displayName));
|
||||||
}
|
}
|
||||||
response.Add("Your selected hotbar is " + (handler.GetCurrentSlot() + 1));
|
if (inventoryId == 0) response.Add("Your selected hotbar is " + (handler.GetCurrentSlot() + 1));
|
||||||
return String.Join("\n", response.ToArray());
|
return String.Join("\n", response.ToArray());
|
||||||
case "click":
|
case "click":
|
||||||
if (args.Length == 3)
|
if (args.Length == 3)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue