Modify HotJoiningManager join message
This commit is contained in:
parent
cd3a90da08
commit
e599f28d34
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user