Make auto-start kick message customizable.

This commit is contained in:
garbagemule
2013-07-24 14:29:31 +02:00
parent b643cce511
commit d926d99298
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -526,7 +526,7 @@ public class ArenaImpl implements Arena
// Force leave.
for (Player p : tmp) {
playerLeave(p);
Messenger.tellPlayer(p, "You did not ready up in time! Next time, ready up by clicking an iron block.");
Messenger.tellPlayer(p, Msg.LEAVE_NOT_READY);
}
startArena();