1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-31 08:04:06 +02:00
This commit is contained in:
syuilo
2026-04-20 20:19:18 +09:00
parent f04799a4f5
commit b21ad59db3
8 changed files with 6 additions and 8 deletions

View File

@@ -103,7 +103,6 @@ export const OBJECT_DEFS = [
beamLamp,
bed,
blind,
book,
books,
boxWallShelf,
cactusS,
@@ -184,7 +183,6 @@ export const OBJECT_DEFS = [
woodRingFloorLamp,
woodRingsPendantLight,
woodSoundAbsorbingPanel,
debugHipoly,
];
export function getObjectDef(type: string): typeof OBJECT_DEFS[number] {