forked from 2009Scape/Server
Fixed a bug with houses
This commit is contained in:
parent
e6e190ff23
commit
9a3ea345cc
1 changed files with 1 additions and 1 deletions
|
|
@ -73,6 +73,6 @@ public final class HouseZone extends MapZone {
|
|||
return true;
|
||||
}
|
||||
}
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue