public SubServer(MainServer ms, int serverNum) { this.ms = ms; this.serverNum = serverNum; serverControl(); }