From fecda9b84f1fffe9fe185906c81f6f348e7dec3b Mon Sep 17 00:00:00 2001 From: kremsy Date: Thu, 2 Jan 2014 18:06:54 +0100 Subject: [PATCH] small fix --- application/plugins/Donations.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/plugins/Donations.php b/application/plugins/Donations.php index 8c4cf1e5..83eb3639 100644 --- a/application/plugins/Donations.php +++ b/application/plugins/Donations.php @@ -10,6 +10,7 @@ use ManiaControl\Callbacks\CallbackManager; use ManiaControl\Commands\CommandListener; use ManiaControl\ManiaControl; use ManiaControl\Players\Player; +use ManiaControl\Players\PlayerManager; use ManiaControl\Plugins\Plugin; /**