diff --git a/PartInstance.cpp b/PartInstance.cpp index 8a1c627..098a2db 100644 --- a/PartInstance.cpp +++ b/PartInstance.cpp @@ -5,7 +5,7 @@ PartInstance::PartInstance(void) { PVInstance::PVInstance(); - name = "Default PartInstance"; + name = "Unnamed PVItem"; className = "Part"; canCollide = true; anchored = true;