Minor stuff

This commit is contained in:
boy0001
2015-07-28 03:47:27 +10:00
parent 955fa674d0
commit e50605d69a
2 changed files with 33 additions and 2 deletions

View File

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