Reformat bad indentation

This commit is contained in:
Anton Tarasenko 2020-02-18 20:10:36 +07:00
parent afd32c727f
commit 36a933beef

View File

@ -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)
{