Fix some issues with console commandas

This commit is contained in:
boy0001
2015-07-28 04:25:21 +10:00
parent dd2cbeaaf8
commit 4939f997dc
3 changed files with 9 additions and 6 deletions

View File

@ -47,7 +47,6 @@ public class ConsolePlayer implements PlotPlayer {
@Override
public Location getLocation() {
System.out.print(loc);
return loc;
}