mirror of
https://e.coding.net/circlecloud/CTZServerBridge.git
synced 2024-12-27 19:08:46 +00:00
tempupdate...
Signed-off-by: 502647092 <jtb1@163.com>
This commit is contained in:
parent
c4eb4bc056
commit
ed3d4c09d5
@ -8,15 +8,15 @@ import org.bukkit.plugin.java.JavaPlugin;
|
||||
import cn.citycraft.CTZServerBridge.listen.PlayerListen;
|
||||
import cn.citycraft.CTZServerCommon.CTZAuth;
|
||||
import cn.citycraft.PluginHelper.config.FileConfig;
|
||||
import cn.citycraft.PluginHelper.sql.SQLHelper;
|
||||
import cn.citycraft.PluginHelper.sql.DataBaseCore;
|
||||
|
||||
public class CTZServerBridge extends JavaPlugin {
|
||||
|
||||
ConsoleCommandSender ccs;
|
||||
SQLHelper sql;
|
||||
DataBaseCore sql;
|
||||
public FileConfig config;
|
||||
|
||||
public SQLHelper getSql() {
|
||||
public DataBaseCore getSql() {
|
||||
return sql;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user