Modify HotJoiningManager join message

This commit is contained in:
cnr 2017-07-26 21:22:16 -04:00
parent cd3a90da08
commit e599f28d34
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ public class HotJoiningManager implements Listener
{
Kit kit = _host.getFirstKit(player);
player.sendMessage(F.main("Game", "Thanks for choosing to join a game in progress! If you stay until the end of the game "));
player.sendMessage(F.main("Game", "Thanks for choosing to join a game in progress! If you stay until the end of the game you will earn an additional " + HOT_JOIN_EXP_REWARD + " experience points"));
_host.SetKit(player, kit, true);
}, 1);
}