1
0

feat: complete actor handoff and piloted aircraft presence

This commit is contained in:
2026-08-11 22:17:06 -07:00
parent 655c383061
commit 3326d2e6d0
20 changed files with 907 additions and 41 deletions
+6
View File
@@ -44,6 +44,9 @@ const DENIED_EXTENSIONS = new Set([
".jpg",
".jpeg",
".webp",
".gif",
".svg",
".ico",
".hdr",
".exr",
".ttf",
@@ -52,6 +55,9 @@ const DENIED_EXTENSIONS = new Set([
".woff2",
".mp3",
".wav",
".ogg",
".mp4",
".webm",
".fbx",
".obj",
]);