|
|
|
@ -3,6 +3,7 @@ using System.Collections.Generic;
|
|
|
|
|
using EccsLogicWorldAPI.Shared.AccessHelper;
|
|
|
|
|
using FancyInput;
|
|
|
|
|
using HarmonyLib;
|
|
|
|
|
using JimmysUnityUtilities;
|
|
|
|
|
using LogicLog;
|
|
|
|
|
using TMPro;
|
|
|
|
|
using Console = FancyPantsConsole.Console;
|
|
|
|
@ -79,6 +80,7 @@ namespace ConsoleImprovements.Client {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
commandInputField.text = text;
|
|
|
|
|
CoroutineUtility.RunAfterOneFrame(() => commandInputField.MoveTextEnd(false));
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// ReSharper disable once InconsistentNaming
|
|
|
|
|