Skip to content

Commit

Permalink
Yamato is dumb
Browse files Browse the repository at this point in the history
  • Loading branch information
louis1706 committed Sep 23, 2023
1 parent 9b3bd39 commit e34ece8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion EventHandlers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ public void CustomDoorSet(Door door, DoorType type)
Debug += $"RequiredPermissions: {door.RequiredPermissions.RequiredPermissions} => {doorBuild.RequiredPermission}\n\n";
Debug += $"RequireAllPermission: {door.RequiredPermissions.RequireAll} => {doorBuild.RequireAllPermission}\n\n";
Log.Debug(Debug);
return;
}

if (doorBuild.Health is not null && breakabledoor is not null)
Expand Down

0 comments on commit e34ece8

Please sign in to comment.