Skip to content

Commit 2e0bace

Browse files
fix SetAppearance argument
1 parent 2e196c4 commit 2e0bace

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Code/MethodSystem/Methods/PlayerMethods/SetAppearanceMethod.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public class SetAppearanceMethod : SynchronousMethod, IDependOnFramework
2121
[
2222
new PlayersArgument("players whose appearance will be changed"),
2323
new EnumArgument<RoleTypeId>("role to change appearance to"),
24-
new PlayerArgument("players who will see the change")
24+
new PlayersArgument("players who will see the change")
2525
{
2626
DefaultValue = new(null, "everyone")
2727
}

0 commit comments

Comments
 (0)