mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2026-08-24 11:55:13 -06:00
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