Fix ChangeSlot command

What a joke
This commit is contained in:
ReinforceZwei 2020-08-17 17:28:38 +08:00
parent 4d7cab2b25
commit 249442b435

View file

@ -12,7 +12,7 @@ namespace MinecraftClient.Commands
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.";
if (hasArg(command))