Skip to content

Commit

Permalink
hopefully ficks whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
zach morgan committed Jun 3, 2009
1 parent cb7eb00 commit 61b8ba4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions script/whoops_rules.pl
Expand Up @@ -28,8 +28,9 @@
my $planckChance = $rules->{heisengo};
my $heisenChance = $rules->{planckgo};
$rules->{heisengo} = $heisenChance;
$rules->{heisengo} = $planckChance;
$ruleset->set_column (other_rules => to_json('rules'));
$rules->{planckgo} = $planckChance;
$ruleset->set_column (other_rules => to_json($rules));
$ruleset->update;
}


0 comments on commit 61b8ba4

Please sign in to comment.