Browse Source

Reformat bad indentation

develop
Anton Tarasenko 5 years ago
parent
commit
36a933beef
  1. 2
      sources/Features/FixInfiniteNades/FixInfiniteNades.uc

2
sources/Features/FixInfiniteNades/FixInfiniteNades.uc

@ -60,7 +60,7 @@ var private array<FragAmmoRecord> ammoRecords;
public function OnEnabled()
{
local Frag nextFrag;
local Frag nextFrag;
// Find all frags, that spawned when this fix wasn't running.
foreach level.DynamicActors(class'KFMod.Frag', nextFrag)
{

Loading…
Cancel
Save