mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2026-08-25 20:35:10 -06:00
Undo space/tabs correction to fix compatibility with Castle Wars
This commit is contained in:
parent
94fd11a07b
commit
a197d7cb2c
1 changed files with 3 additions and 3 deletions
|
|
@ -160,9 +160,9 @@ public final class ZoneMonitor {
|
|||
}
|
||||
if (entity instanceof Player && target instanceof Player) {
|
||||
if (!((Player) entity).getSkullManager().isWilderness() || !((Player) target).getSkullManager().isWilderness()) {
|
||||
if(message) {
|
||||
((Player) entity).getPacketDispatch().sendMessage("You can only attack other players in the wilderness.");
|
||||
}
|
||||
if(message) {
|
||||
((Player) entity).getPacketDispatch().sendMessage("You can only attack other players in the wilderness.");
|
||||
}
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue