Skip to content

Commit

Permalink
shotgun
Browse files Browse the repository at this point in the history
  • Loading branch information
6hundred9 committed Apr 4, 2024
1 parent 1c77b10 commit 20b00b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GrenadeLauncher-Exiled8/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class Plugin : Plugin<Config>
public override void OnEnabled()
{
Instance = this;
Config.grenadeLauncher.Type = ItemType.GunRevolver;
Config.grenadeLauncher.Type = ItemType.GunShotgun;
Config.grenadeLauncher.Register();
base.OnEnabled();

Expand Down

0 comments on commit 20b00b4

Please sign in to comment.