Commented out the possibility to start embedded mage server

This commit is contained in:
magenoxx 2012-04-30 19:03:13 +04:00
parent 537c326789
commit b88e7d7a4e

View file

@ -106,9 +106,9 @@ public class SessionImpl implements Session {
@Override @Override
public boolean connect() { public boolean connect() {
if (standalone && connection.getHost().equals("localhost")) { /*if (standalone && connection.getHost().equals("localhost")) {
runEmbeddedMageServer(); runEmbeddedMageServer();
} }*/
sessionState = SessionState.CONNECTING; sessionState = SessionState.CONNECTING;
try { try {