Hide Targeting Dummy (#6580)

This commit is contained in:
Leon Friedrich
2022-02-09 17:25:12 +13:00
committed by GitHub
parent f844de243f
commit 8a1fd92e2b

View File

@@ -39,7 +39,7 @@ namespace Content.Client.CombatMode
public void PlayerAttached()
{
_gameHud.CombatPanelVisible = true;
_gameHud.CombatPanelVisible = false; // TODO BOBBY SYSTEM Make the targeting doll actually do something.
UpdateHud();
}