We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28e8e86 commit f58e41bCopy full SHA for f58e41b
1 file changed
engine/Sandbox.Engine/Scene/Components/Game/Dresser.cs
@@ -76,7 +76,7 @@ public enum ClothingSource
76
[Property]
77
public List<string> WorkshopItems { get; set; }
78
79
- protected override void OnAwake()
+ protected override void OnStart()
80
{
81
if ( IsProxy )
82
return;
0 commit comments