Enable/Disable TerrainAndMovements while logged in

Feature requested in #705
This commit is contained in:
ORelio 2019-04-28 21:32:03 +02:00
parent 41b3f98924
commit a6e660c974
8 changed files with 126 additions and 19 deletions

View file

@ -13,7 +13,7 @@ namespace MinecraftClient.Commands
public override string Run(McTcpClient handler, string command)
{
if (Settings.TerrainAndMovements)
if (handler.GetTerrainEnabled())
{
string[] args = getArgs(command);
if (args.Length == 1)