Skip to content

Commit 0d37024

Browse files
Update CreateToyMethod.cs
1 parent 77512e3 commit 0d37024

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Code/MethodSystem/Methods/AdminToysMethods/CreateToyMethod.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ public class CreateToyMethod : ReferenceReturningMethod<AdminToy>, IAdditionalDe
1919
{
2020
public override string Description => "Creates an Admin Toy";
2121

22-
public string AdditionalDescription =>
23-
$"Remember to set the position if the admin to using methods like {GetFriendlyName(typeof(TPToyPosMethod))}";
22+
public string AdditionalDescription => "Remember to also TP the created toy somewhere in order to see it.";
2423

2524
public override Argument[] ExpectedArguments { get; } =
2625
[

0 commit comments

Comments
 (0)