v2 #82

Merged
Vishnu merged 9 commits from v2 into main 2025-05-07 13:26:15 +00:00
Showing only changes of commit de8b1855ee - Show all commits

View File

@@ -5,7 +5,7 @@ export function useDespawnHandler() {
const { addMaterial, getMaterialById, removeMaterial } = useMaterialStore(); const { addMaterial, getMaterialById, removeMaterial } = useMaterialStore();
const deSpawnLogStatus = (materialUuid: string, status: string) => { const deSpawnLogStatus = (materialUuid: string, status: string) => {
console.log(`${materialUuid}, ${status}`); // console.log(`${materialUuid}, ${status}`);
} }
const handleDespawn = useCallback((action: ConveyorAction, materialId?: string) => { const handleDespawn = useCallback((action: ConveyorAction, materialId?: string) => {