summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/Bot/Games.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Bot/Games.pm b/lib/Bot/Games.pm
index ef61c5f..ac5df25 100644
--- a/lib/Bot/Games.pm
+++ b/lib/Bot/Games.pm
@@ -145,7 +145,7 @@ sub find_game {
return;
}
-__PACKAGE__->meta->make_immutable(inline_constructor => 0);
+__PACKAGE__->meta->make_immutable;
no Bot::Games::OO;
1;