Fixed @entity.setscale for entities with model

This commit is contained in:
JappaWakka 2023-07-26 09:30:47 +02:00
parent 52696d0fa3
commit 72bdc2976a

View File

@ -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