small action bar fixes (#21655)
This commit is contained in:
@@ -326,6 +326,7 @@ public sealed class ActionButton : Control, IEntityControl
|
||||
{
|
||||
base.FrameUpdate(args);
|
||||
|
||||
Cooldown.Visible = _action != null && _action.Cooldown != null;
|
||||
if (_action == null)
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user