Index: ClientListener.java
===================================================================
--- ClientListener.java	(revision 52f778b4ab47ed21ece4e5c2e8af36d8668173a6)
+++ ClientListener.java	(revision 057edefe9850ed046e07cc891b8b8473f8a1d516)
@@ -1,8 +1,4 @@
 import java.net.*;
 import java.io.*;
-
-/*
- * This thread listens for connections from clients.
- */
 
 public class ClientListener extends Thread {
Index: LostHavenServer.java
===================================================================
--- LostHavenServer.java	(revision 52f778b4ab47ed21ece4e5c2e8af36d8668173a6)
+++ LostHavenServer.java	(revision 057edefe9850ed046e07cc891b8b8473f8a1d516)
@@ -5,8 +5,4 @@
 //import java.util.concurrent.*;
 import java.awt.image.*;
-
-/*
- * This class initializes the server and then waits for a connection from the portal.
- */
 
 public class LostHavenServer {	
@@ -41,7 +37,6 @@
 	    		new PortalInterfaceThread(portalSocket.accept(), this).start();
 	        }
-    	}catch(SocketException se) {
-    		se.printStackTrace();
-    	}catch(IOException ioe) {
+    	} catch(SocketException se) {
+    	} catch(IOException ioe) {
     		ioe.printStackTrace();
     	}
@@ -225,5 +220,4 @@
 	public void updateLog(String fileName, String message) {
 		try {
-			System.out.println(message);
 			PrintWriter out = new PrintWriter(new FileWriter(fileName, true));
 			out.println(message);
@@ -239,14 +233,5 @@
 	
     public static void main(String[] args) {
-    	try {
-	    	PrintStream st = new PrintStream(new FileOutputStream("err.txt",true));
-			System.setErr(st);
-			System.setOut(st);
-			
-	    	new LostHavenServer();
-    	}catch (Exception e) {
-			e.printStackTrace();
-		}
-		System.exit(0);
+    	new LostHavenServer();
     }
     
Index: PortalInterfaceThread.java
===================================================================
--- PortalInterfaceThread.java	(revision 52f778b4ab47ed21ece4e5c2e8af36d8668173a6)
+++ PortalInterfaceThread.java	(revision 057edefe9850ed046e07cc891b8b8473f8a1d516)
@@ -1,8 +1,3 @@
 import java.net.*;
-
-/*
- * This thread handles connections from the portal and will start a thread that listens for connections from the client if it receives
- * a request to do so.
- */
 
 public class PortalInterfaceThread extends Connection {
Index: ProcessingThread.java
===================================================================
--- ProcessingThread.java	(revision 52f778b4ab47ed21ece4e5c2e8af36d8668173a6)
+++ ProcessingThread.java	(revision 057edefe9850ed046e07cc891b8b8473f8a1d516)
@@ -1,8 +1,3 @@
 import java.util.*;
-
-/*
- * This thread handles events in the world such as monster movement and player movement and other things that do not require player input. It
- * also sends information to all players to notify them of changes in the world.
- */
 
 public class ProcessingThread extends Thread {
@@ -36,5 +31,5 @@
     		target = p.getTarget();
     		
-    		if((System.currentTimeMillis()-p.getLastMoved())>=10) {
+    		//if((System.currentTimeMillis()-p.getLastMoved())>=10) {
 	    		if(Point.dist(loc, target) <= p.getSpeed())
 	    			p.setLoc(target);
@@ -47,5 +42,5 @@
 	    		p.setLastMoved(System.currentTimeMillis());
 	    		server.sendAll(MessageType.Movement, p.getName()+" "+p.getLoc().toString());
-    		}
+    		//}
     	}
     }
Index: ServerThread.java
===================================================================
--- ServerThread.java	(revision 52f778b4ab47ed21ece4e5c2e8af36d8668173a6)
+++ ServerThread.java	(revision 057edefe9850ed046e07cc891b8b8473f8a1d516)
@@ -1,8 +1,4 @@
 import java.net.*;
 import java.util.*;
-
-/*
- * This thread handles messages from clients.
- */
 
 public class ServerThread extends Connection {
@@ -90,6 +86,4 @@
     			main.addOnlineList(user, client);
     			main.sendAll(MessageType.PlayerJoined, "Player " + player.getName() + " logged on");
-    			player.setLoc(main.map.startingLoc);
-    			player.setTarget(new Point(player.getLoc().getX(), player.getLoc().getY()));
     		}
     		break;
Index: pInfo.txt
===================================================================
--- mapInfo.txt	(revision 52f778b4ab47ed21ece4e5c2e8af36d8668173a6)
+++ 	(revision )
@@ -1,31 +1,0 @@
-40x30
-o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o
-o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o
-o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o
-o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o
-o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o
-o,o,o,o,o,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,o,o,o,o,o
-o,o,o,o,o,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,o,o,o,o,o
-o,o,o,o,o,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,o,o,o,o,o
-o,o,o,o,o,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,o,o,o,o,o
-o,o,o,o,o,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,o,o,o,o,o
-o,o,o,o,o,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,o,o,o,o,o
-o,o,o,o,o,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,o,o,o,o,o
-o,o,o,o,o,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,o,o,o,o,o
-o,o,o,o,o,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,o,o,o,o,o
-o,o,o,o,o,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,o,o,o,o,o
-o,o,o,o,o,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,o,o,o,o,o
-o,o,o,o,o,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,o,o,o,o,o
-o,o,o,o,o,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,o,o,o,o,o
-o,o,o,o,o,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,o,o,o,o,o
-o,o,o,o,o,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,o,o,o,o,o
-o,o,o,o,o,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,o,o,o,o,o
-o,o,o,o,o,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,o,o,o,o,o
-o,o,o,o,o,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,o,o,o,o,o
-o,o,o,o,o,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,o,o,o,o,o
-o,o,o,o,o,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,o,o,o,o,o
-o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o
-o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o
-o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o
-o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o
-o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o
Index: ructInfo.txt
===================================================================
--- structInfo.txt	(revision 52f778b4ab47ed21ece4e5c2e8af36d8668173a6)
+++ 	(revision )
@@ -1,2 +1,0 @@
-LoginPedestal
-10,10
