mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
Fix warnings
This commit is contained in:
parent
b6bfecc622
commit
e81700bf0e
5 changed files with 28 additions and 39 deletions
|
|
@ -19,7 +19,6 @@ namespace MinecraftClient.Tui
|
|||
public event EventHandler<ConsoleInputBuffer>? OnInputChange;
|
||||
|
||||
private MainTuiView? _view;
|
||||
private volatile bool _readThreadActive;
|
||||
|
||||
public bool DisplayUserInput { get; set; } = true;
|
||||
|
||||
|
|
@ -177,12 +176,10 @@ namespace MinecraftClient.Tui
|
|||
|
||||
public void BeginReadThread()
|
||||
{
|
||||
_readThreadActive = true;
|
||||
}
|
||||
|
||||
public void StopReadThread()
|
||||
{
|
||||
_readThreadActive = false;
|
||||
DismissOverlay();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue