Fixing some warnings (#6250)
Co-authored-by: Paul Ritter <ritter.paul1@googlemail.com>
This commit is contained in:
@@ -52,7 +52,7 @@ namespace Content.Client.CharacterInterface
|
||||
{
|
||||
SetSize = (545, 400)
|
||||
};
|
||||
|
||||
|
||||
comp.Window.OnClose += () => _gameHud.CharacterButtonDown = false;
|
||||
}
|
||||
|
||||
@@ -122,7 +122,7 @@ namespace Content.Client.CharacterInterface
|
||||
}
|
||||
}
|
||||
|
||||
private void _setOpenValue(SS14Window menu, bool value)
|
||||
private void _setOpenValue(DefaultWindow menu, bool value)
|
||||
{
|
||||
_gameHud.CharacterButtonDown = value;
|
||||
if (value)
|
||||
|
||||
Reference in New Issue
Block a user