Skip to content
Snippets Groups Projects
Commit c313a35d authored by Jeffrey Phillips Freeman's avatar Jeffrey Phillips Freeman 💥
Browse files

Using defaults to apply defaults on objects loaded from storage.

parent 07c0e7cd
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
:restart_delay: 10 :restart_delay: 10
:address: 0.0.0.0 :address: 0.0.0.0
:intro_file: intro.txt :intro_file: intro.txt
:start_room: d135e078-019a-1a4d-be5c-a37aa5304022 :start_room: 574fcae8-b75a-eb97-9c8e-4727b0b5a7c3
:restart_limit: 15 :restart_limit: 15
:mccp: false :mccp: false
:mssp: false :mssp: false
...@@ -304,6 +304,8 @@ class StorageMachine ...@@ -304,6 +304,8 @@ class StorageMachine
object.equipment.delete(goid) object.equipment.delete(goid)
end end
end end
object.load_defaults
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment