Advertisement
Guest User

Untitled

a guest
Apr 20th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. InvalidOperationException: Node is not in this list
  2. BoltDoubleList`1[Bolt.Entity].VerifyInList (Bolt.Entity node) (at W:/BoltSource/src/bolt/collections/BoltDoubleList.cs:169)
  3. BoltDoubleList`1[Bolt.Entity].Remove (Bolt.Entity node) (at W:/BoltSource/src/bolt/collections/BoltDoubleList.cs:106)
  4. Bolt.Entity.Freeze (Boolean freeze) (at W:/BoltSource/src/bolt/entity/Entity.cs:197)
  5. Bolt.Entity.Simulate () (at W:/BoltSource/src/bolt/entity/Entity.cs:455)
  6. BoltConnection.StepRemoteEntities () (at W:/BoltSource/src/bolt/BoltConnection.cs:499)
  7. BoltCore.StepNonControlledRemoteEntities () (at W:/BoltSource/src/bolt/BoltCore.cs:382)
  8. BoltCore.Poll () (at W:/BoltSource/src/bolt/BoltCore.cs:715)
  9. BoltPoll.FixedUpdate () (at W:/BoltSource/src/bolt/BoltPoll.cs:50)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement