From 3cdb0a3d9309b714f5d0b86f8067851136b631f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steffen=20Schro=CC=88der?= Date: Sun, 8 Dec 2013 20:34:36 +0100 Subject: [PATCH] Fixed uppercase file names --- application/core/{chat.php => Chat.php} | 0 application/core/{database.php => Database.php} | 0 application/core/{fileUtil.php => FileUtil.php} | 0 application/core/Players/PlayerCommands.php | 2 +- 4 files changed, 1 insertion(+), 1 deletion(-) rename application/core/{chat.php => Chat.php} (100%) rename application/core/{database.php => Database.php} (100%) rename application/core/{fileUtil.php => FileUtil.php} (100%) 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 */