版本更新至:3.828

修复:删错东西了
This commit is contained in:
坏黑 2018-03-27 21:33:51 +08:00
parent 890601bacb
commit 0af1ebd032
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ website: http://www.15imc.com/index.html
main: me.skymc.taboolib.Main
version: 3.827
version: 3.828
commands:
taboolib:

View File

@ -49,8 +49,8 @@ public class MySQLConnection {
}
// 设置信息
// this.plugin = plugin;
// this.recheck = recheck;
this.plugin = plugin;
this.recheck = recheck;
// 设置数据
this.url = url == null ? "localhost" : url;