Skip to content

Commit d81d498

Browse files
rename DestoryRagdolls to CleanupRagdolls
1 parent f47b112 commit d81d498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MethodSystem/Methods/MapMethods/DestroyRagdollMethod.cs renamed to MethodSystem/Methods/MapMethods/CleanupRagdollsMethod.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
namespace SER.MethodSystem.Methods.MapMethods;
1111

12-
public class DestroyRagdollsMethod : SynchronousMethod
12+
public class CleanupRagdollsMethod : SynchronousMethod
1313
{
1414
public override string Description => "Destroys ragdolls.";
1515

0 commit comments

Comments
 (0)