summaryrefslogtreecommitdiffstats
path: root/lib/Bot/Games/Game/Role/CurrentPlayer.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Bot/Games/Game/Role/CurrentPlayer.pm')
-rw-r--r--lib/Bot/Games/Game/Role/CurrentPlayer.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Bot/Games/Game/Role/CurrentPlayer.pm b/lib/Bot/Games/Game/Role/CurrentPlayer.pm
index 2dbe524..1479ef8 100644
--- a/lib/Bot/Games/Game/Role/CurrentPlayer.pm
+++ b/lib/Bot/Games/Game/Role/CurrentPlayer.pm
@@ -1,5 +1,5 @@
package Bot::Games::Game::Role::CurrentPlayer;
-use Bot::Games::OO::Game::Role;
+use Bot::Games::OO::Role;
requires 'players', 'num_players', 'add_player';
@@ -40,6 +40,6 @@ sub maybe_add_player {
}
}
-no Bot::Games::OO::Game::Role;
+no Bot::Games::OO::Role;
1;