Skip to content

Commit

Permalink
format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RevoluPowered committed Mar 27, 2024
1 parent 017f73b commit f3e748b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mirror-godot-app/scripts/space/instance_manager.gd
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ func setup_space_objects() -> void:
# preload necessary space_objects on server first
_preload_space_objects()
_load_object_start_time = Time.get_unix_time_from_system()

print("Creating standard space objects: ", Time.get_datetime_string_from_system())
for space_obj in Zone.space_objects:
if space_obj.get("preloadBeforeSpaceStarts", false):
Expand Down

0 comments on commit f3e748b

Please sign in to comment.