Skip to content

Commit

Permalink
forgot about this too
Browse files Browse the repository at this point in the history
  • Loading branch information
NotHyper-474 committed Jan 28, 2025
1 parent e59fe6b commit 4790793
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion preload/scripts/stages/phillyTrainErect.hxc
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,6 @@ class PhillyTrainErectStage extends Stage
// Start train
if (event.beat % 8 == 4 && FlxG.random.bool(30) && !trainMoving && trainCooldown > 8)
{
trace('train start');
trainCooldown = FlxG.random.int(-4, 0);
trainStart();
}
Expand Down

0 comments on commit 4790793

Please sign in to comment.