Skip to content
This repository has been archived by the owner on Dec 25, 2022. It is now read-only.

Commit

Permalink
Added clientonly side attribute
Browse files Browse the repository at this point in the history
Thanks miniduikboot!
  • Loading branch information
przebor committed Jul 12, 2022
1 parent 0c09d3f commit 06ee184
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions GuestMode/GuestModePlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ namespace GuestMode;
[BepInAutoPlugin]
[BepInProcess("Among Us.exe")]
[BepInDependency(ReactorPlugin.Id)]
[ReactorPluginSide(PluginSide.ClientOnly)]
public partial class GuestModePlugin : BasePlugin
{
public Harmony Harmony { get; } = new(Id);
Expand Down

0 comments on commit 06ee184

Please sign in to comment.