summaryrefslogtreecommitdiffstats
path: root/src/game/server/universe.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/server/universe.cc')
-rw-r--r--src/game/server/universe.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/server/universe.cc b/src/game/server/universe.cc
index 96884cf..91d8469 100644
--- a/src/game/server/universe.cc
+++ b/src/game/server/universe.cc
@@ -128,7 +128,7 @@ void universe::init_late(void)
globals::spawn_dimension = spawn_dimension->second;
}
-void universe::deinit(void)
+void universe::shutdown(void)
{
for(const auto metadata : metadata_map) {
metadata.second->config.save_file(metadata.second->config_path.c_str());