1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-13 12:02:54 +08:00

Temporarily disable inspection

This commit is contained in:
Dean Herbert 2017-06-05 21:58:13 +09:00
parent 57aad1311d
commit d9106c4e30

View File

@ -208,6 +208,7 @@ namespace osu.Game.Overlays.Chat
public override bool Active
{
get { return false; }
// ReSharper disable once ValueParameterNotUsed
set
{
// we basically never want this tab to become active.