summaryrefslogtreecommitdiffstats
path: root/lib/Bot/Games/Game.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Bot/Games/Game.pm')
-rw-r--r--lib/Bot/Games/Game.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Bot/Games/Game.pm b/lib/Bot/Games/Game.pm
index c8641a4..610ee58 100644
--- a/lib/Bot/Games/Game.pm
+++ b/lib/Bot/Games/Game.pm
@@ -39,7 +39,7 @@ has players => (
command => 1,
);
command 'num_players';
-command 'has_player', formatter => __PACKAGE__->meta->formatter_for('Bool');
+command 'has_player', formatter => 'Bool';
has start_time => (
is => 'ro',