Skip to content

Commit

Permalink
Fixed worlds not unloading properly
Browse files Browse the repository at this point in the history
  • Loading branch information
StewStrong authored and StewStrong committed Aug 18, 2023
1 parent 50d80c8 commit 3179b67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ object DummyShipWorldServer : ServerShipWorldCore {
}

override fun deletePhysicsEntity(id: ShipId) {
TODO("Not yet implemented")
// This is implemented because physics entities get deleted after the vs pipeline?
}

override fun allocateShipId(dimensionId: DimensionId): ShipId {
Expand Down

0 comments on commit 3179b67

Please sign in to comment.