Tooltips in f map

This commit is contained in:
Trent Hensler
2018-02-10 15:59:21 -08:00
parent 538936c284
commit 47f0bf1ce5
12 changed files with 116 additions and 36 deletions

View File

@@ -57,7 +57,7 @@ public class CmdMap extends FCommand {
}
public void showMap() {
sendMessage(Board.getInstance().getMap(myFaction, new FLocation(fme), fme.getPlayer().getLocation().getYaw()));
sendFancyMessage(Board.getInstance().getMap(fme, new FLocation(fme), fme.getPlayer().getLocation().getYaw()));
}
@Override