mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2026-08-21 18:35:11 -06:00
correct Pray not allowed message.
This commit is contained in:
parent
7d1b7b7ebd
commit
3ef90e681f
1 changed files with 1 additions and 2 deletions
|
|
@ -224,8 +224,7 @@ public enum PrayerType {
|
|||
BarbassaultSession session = player.getAttribute("ba-session");
|
||||
if (session != null) {
|
||||
if (session.isInBarbAssaultGame()) {
|
||||
//todo find correct message here
|
||||
sendMessage(player, "The barbarians do not allow the use of prayer in the arena.");
|
||||
sendMessage(player, "The barbarians forbid the use of prayer in their arena as they don't ~ value such methods!");
|
||||
toggle(player,false);
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue