Reformat bad indentation
This commit is contained in:
parent
afd32c727f
commit
36a933beef
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ var private array<FragAmmoRecord> ammoRecords;
|
||||||
|
|
||||||
public function OnEnabled()
|
public function OnEnabled()
|
||||||
{
|
{
|
||||||
local Frag nextFrag;
|
local Frag nextFrag;
|
||||||
// Find all frags, that spawned when this fix wasn't running.
|
// Find all frags, that spawned when this fix wasn't running.
|
||||||
foreach level.DynamicActors(class'KFMod.Frag', nextFrag)
|
foreach level.DynamicActors(class'KFMod.Frag', nextFrag)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Reference in a new issue