mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
Fix ChangeSlot command
What a joke
This commit is contained in:
parent
4d7cab2b25
commit
249442b435
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ namespace MinecraftClient.Commands
|
||||||
|
|
||||||
public override string Run(McClient handler, string command, Dictionary<string, object> localVars)
|
public override string Run(McClient handler, string command, Dictionary<string, object> localVars)
|
||||||
{
|
{
|
||||||
if (!handler.GetTerrainEnabled())
|
if (!handler.GetInventoryEnabled())
|
||||||
return "Please enable InventoryHandling in the config file first.";
|
return "Please enable InventoryHandling in the config file first.";
|
||||||
|
|
||||||
if (hasArg(command))
|
if (hasArg(command))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue