CoreConstants: fix EOF newline

This commit is contained in:
Dylan K. Taylor 2020-01-22 14:40:03 +00:00
parent bff5bf25ae
commit aad1eb5b3e

View File

@ -30,4 +30,4 @@ if(defined('pocketmine\_CORE_CONSTANTS_INCLUDED')){
define('pocketmine\_CORE_CONSTANTS_INCLUDED', true);
define('pocketmine\PATH', dirname(__DIR__, 2) . '/');
define('pocketmine\RESOURCE_PATH', __DIR__ . '/resources/');
define('pocketmine\RESOURCE_PATH', __DIR__ . '/resources/');