Fix warnings

This commit is contained in:
Vera Aguilera Puerto
2021-02-12 10:53:02 +01:00
parent 9ee0ec4106
commit 4678e44edc
7 changed files with 1 additions and 10 deletions

View File

@@ -17,7 +17,6 @@ namespace Content.Client.UserInterface
[Dependency] private readonly IPrototypeManager _prototypes = default!;
private readonly Menu _window;
private bool _closed;
public AdminAddReagentEui()
{
@@ -32,8 +31,6 @@ namespace Content.Client.UserInterface
public override void Closed()
{
_closed = true;
_window.Close();
}