Skip to content

Commit

Permalink
Update Spatial.gd
Browse files Browse the repository at this point in the history
Co-authored-by: klingbolt <[email protected]>
  • Loading branch information
AsherGlick and klingbolt authored Oct 27, 2023
1 parent cd875c5 commit 78274d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Spatial.gd
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,6 @@ func decode_context_packet(spb: StreamPeerBuffer):
print("New Map")

print("Saving Old Map")
self.markerdata[str(old_map_id)] = data_from_renderview()
print("Loading New Map")
load_waypoint_markers(self.map_id)
gen_map_markers()
Expand Down

0 comments on commit 78274d4

Please sign in to comment.