1
1
mirror of https://github.com/geekfrog/PermissionsTime.git synced 2025-09-08 18:45:38 +00:00

语言支持整理

This commit is contained in:
GeekFrog
2017-07-16 14:38:28 +08:00
parent 27f573c26b
commit 76e4e38586
24 changed files with 234 additions and 133 deletions

View File

@ -43,13 +43,11 @@ public class SqlManager {
if (!pds.tableExist()) {
pds.creatTable();
}
pm.getServer().getConsoleSender().sendMessage(StrUtil.messageFormat(PluginCfg.PLUGIN_PREFIX) + "连接数据库成功");
return true;
} catch (Exception e) {
e.printStackTrace();
}
}
pm.getServer().getConsoleSender().sendMessage(StrUtil.messageFormat(PluginCfg.PLUGIN_PREFIX) + "连接数据库失败");
return false;
}