diff --git a/application/core/chat.php b/application/core/Chat.php similarity index 100% rename from application/core/chat.php rename to application/core/Chat.php diff --git a/application/core/database.php b/application/core/Database.php similarity index 100% rename from application/core/database.php rename to application/core/Database.php diff --git a/application/core/fileUtil.php b/application/core/FileUtil.php similarity index 100% rename from application/core/fileUtil.php rename to application/core/FileUtil.php diff --git a/application/core/Players/PlayerCommands.php b/application/core/Players/PlayerCommands.php index 69768403..12ab8c33 100644 --- a/application/core/Players/PlayerCommands.php +++ b/application/core/Players/PlayerCommands.php @@ -8,7 +8,7 @@ use ManiaControl\Commands\CommandListener; use ManiaControl\Players\Player; /** - * Class offering various commands related to the players + * Class offering various commands related to players * * @author steeffeen & kremsy */