1
0
mirror of https://github.com/ZeroDream-CN/PHPMC7 synced 2026-05-20 04:39:52 +08:00

修复重复加载插件的bug

人生就是在不断地修复bug...
This commit is contained in:
2018-09-16 22:01:26 +08:00
Unverified
parent 577f59708b
commit f4eb01463d
2 changed files with 11 additions and 1 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.3199");
define("PHPMC_VERSION", "7.3.3200");
include(ROOT . "/include/core/PHPMC/Event.php");
include(ROOT . "/include/core/PHPMC/User.php");