diff --git a/P3D/World/ActionScript/V2/ScriptCommands/DoEntity.vb b/P3D/World/ActionScript/V2/ScriptCommands/DoEntity.vb index 129f5d202..aeca6333c 100644 --- a/P3D/World/ActionScript/V2/ScriptCommands/DoEntity.vb +++ b/P3D/World/ActionScript/V2/ScriptCommands/DoEntity.vb @@ -79,6 +79,9 @@ sng(ScaleList(3).Replace("~", CStr(ent.Position.Z)).Replace(".", GameController.DecSeparator))) ent.Scale = newScale + If ent.ModelPath <> "" Then + ent.Scale *= ModelManager.MODELSCALE + End If ent.CreatedWorld = False Case "remove" ent.CanBeRemoved = True