Forgot a break; in the switch statement

This commit is contained in:
senft-desktop 2012-11-21 18:04:37 +01:00
parent f37658783b
commit f946f6a0b9

View File

@ -55,6 +55,7 @@ public class Network {
break;
case "leave":
nodes.get(node).leave();
break;
default:
System.out.println("Unknown command.");
break;