Skip to content

Commit 1f341e7

Browse files
committed
build.txt
1 parent 3b7d09a commit 1f341e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Items/TestWand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public override bool UseItem(Player player)
5252
Generator.GenerateStructure(ManualGeneratorMenu.selected.Path, pos, StructureHelper.Instance, true, ManualGeneratorMenu.ignoreNulls);
5353
}
5454
else
55-
Main.NewText("No structure selected! Right click and select a structure from the menu to generate it!", Color.Red);
55+
Main.NewText("No structure selected! Right click and select a structure from the menu to generate it.", Color.Red);
5656

5757
return true;
5858
}

build.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
displayName = Scalie's Structurizer
22
author = Scalie
3-
version = 1.0.0
3+
version = 1.1.0
44
homepage = https://forums.terraria.org/index.php?threads/scalies-structurizer-a-worldgen-helper-library.87189/

0 commit comments

Comments
 (0)