Skip to content

Commit

Permalink
check
Browse files Browse the repository at this point in the history
  • Loading branch information
Caraxi committed May 30, 2024
1 parent 1c2d564 commit f5a4739
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tweaks/EstateListCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ protected override void OnCommand(string arguments) {
if (f->HomeWorld != Service.ClientState.LocalPlayer?.CurrentWorld.Id) continue;
if (f->ContentId == 0) continue;
if (f->Name[0] == 0) continue;
if ((f->ExtraFlags & 32) != 0) continue;
if (useContentId && contentId == (ulong)f->ContentId) {
this.showEstateTeleportation(agent, (ulong)f->ContentId);
return;
Expand Down

0 comments on commit f5a4739

Please sign in to comment.