1
0
mirror of https://github.com/ZeroDream-CN/PHPMC7 synced 2026-05-18 03:36:29 +08:00

v7.3.3199 更新

修改插件加载时搜索目录的方式,同时搜索子目录插件
This commit is contained in:
2018-09-16 21:51:17 +08:00
Unverified
parent e1fad288a2
commit 577f59708b
2 changed files with 30 additions and 10 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
<?php
// PHPMC 7 Version define
// Don't change this, because it will interfere your update.
define("PHPMC_VERSION", "7.3.3185");
define("PHPMC_VERSION", "7.3.3199");
include(ROOT . "/include/core/PHPMC/Event.php");
include(ROOT . "/include/core/PHPMC/User.php");