1
0
mirror of https://github.com/ZeroDream-CN/PHPMC7 synced 2026-05-27 09:39:51 +08:00

修复手残bug

不小心误删了保存设置的代码233
This commit is contained in:
2018-10-07 14:31:58 +08:00
Unverified
parent f4eb01463d
commit 0794b18efc
2 changed files with 22 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.3200");
define("PHPMC_VERSION", "7.3.3233");
include(ROOT . "/include/core/PHPMC/Event.php");
include(ROOT . "/include/core/PHPMC/User.php");