Skip to content

Commit

Permalink
minor spelling mistake strikes again
Browse files Browse the repository at this point in the history
  • Loading branch information
dootythefrooty committed Aug 5, 2024
1 parent 3a08492 commit 311adba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Server/Botany/Systems/TeleportingTraitSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public override void Initialize()
}

// sets the potency and the radius
public static void SetPotency(float seedPotency, TeleportingTraitComponent comp)
public static void SetPotencyRadius(float seedPotency, TeleportingTraitComponent comp)
{
comp.Potency = seedPotency;
comp.ProduceTeleportRadius = comp.Potency / comp.PotencyDivide;
Expand Down

0 comments on commit 311adba

Please sign in to comment.