Prevent entity spawning from interfering Tick event

This commit is contained in:
Sardelka
2022-07-15 13:45:43 +08:00
parent 2ad91011c3
commit 30ed509c55
8 changed files with 62 additions and 54 deletions

View File

@ -183,7 +183,7 @@ namespace RageCoop.Client.Scripting
}
}
prop.LastSynced=Main.Ticked+1;
prop.ModelHash= (Model)e.Args[1];
prop.Model= (Model)e.Args[1];
prop.Position=(Vector3)e.Args[2];
prop.Rotation=(Vector3)e.Args[3];
prop.Update();