Skip to content

Commit

Permalink
Update ExampleInstancedGlobalItem.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
JavidPack authored Apr 10, 2020
1 parent ec17663 commit a85b227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ExampleMod/Items/ExampleInstancedGlobalItem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public override void ModifyTooltips(Item item, List<TooltipLine> tooltips) {
}*/
}
if (examplePersonFreeGift) {
tooltips.Add(new TooltipLine(mod, "FreeGift", "This is a free gift from ExampleServerConfig") {
tooltips.Add(new TooltipLine(mod, "FreeGift", "This is a free gift from ExampleConfigServer") {
overrideColor = Color.Magenta
});
}
Expand Down

0 comments on commit a85b227

Please sign in to comment.