Skip to content

Commit 36911e5

Browse files
update SER.csproj
1 parent 1323590 commit 36911e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

SER.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@
192192
<Compile Include="MethodSystem\Methods\HealthMethods\HealMethod.cs" />
193193
<Compile Include="MethodSystem\Methods\ItemMethods\ItemInfoMethod.cs" />
194194
<Compile Include="MethodSystem\Methods\LiteralVariableMethods\PlayerDataExistsMethod.cs" />
195+
<Compile Include="MethodSystem\Methods\MapMethods\CleanupPickupsMethod.cs" />
195196
<Compile Include="MethodSystem\Methods\MapMethods\DecontaminationMethod.cs" />
196197
<Compile Include="MethodSystem\Methods\OutputMethods\ErrorMethod.cs" />
197198
<Compile Include="MethodSystem\Methods\OutputMethods\PrintMethod.cs" />
@@ -201,7 +202,7 @@
201202
<Compile Include="MethodSystem\Methods\ItemMethods\DestroyItemMethod.cs" />
202203
<Compile Include="MethodSystem\Methods\LiteralVariableMethods\GetPlayerDataMethod.cs" />
203204
<Compile Include="MethodSystem\Methods\LiteralVariableMethods\SetPlayerDataMethod.cs" />
204-
<Compile Include="MethodSystem\Methods\MapMethods\DestroyRagdollMethod.cs" />
205+
<Compile Include="MethodSystem\Methods\MapMethods\CleanupRagdollsMethod.cs" />
205206
<Compile Include="MethodSystem\Methods\MathMethods\RandomNumMethod.cs" />
206207
<Compile Include="MethodSystem\Methods\PickupMethods\AddPickupToInventoryMethod.cs" />
207208
<Compile Include="MethodSystem\Methods\PlayerMethods\BypassMethod.cs" />

0 commit comments

Comments
 (0)