Skip to content

Commit 917dd4a

Browse files
committed
Comment out IsTransparent
1 parent 46cb6ff commit 917dd4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SecretAPI/SecretApi.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ public class SecretApi : Plugin
3030
/// <inheritdoc/>
3131
public override Version RequiredApiVersion { get; } = new(LabApi.Features.LabApiProperties.CompiledVersion);
3232

33-
/// <inheritdoc />
34-
public override bool IsTransparent => true;
33+
/*/// <inheritdoc />
34+
public override bool IsTransparent => true;*/
3535

3636
/// <summary>
3737
/// Gets the harmony to use for the API.

0 commit comments

Comments
 (0)