Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/server
diff options
context:
space:
mode:
Diffstat (limited to 'source/server')
-rw-r--r--source/server/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/server/main.cpp b/source/server/main.cpp
index f4d4b91..de09efa 100644
--- a/source/server/main.cpp
+++ b/source/server/main.cpp
@@ -51,7 +51,7 @@ int main(int argc, char** argv) {
if (auto jUpdateRate = configuration->get("updateRate")) {
updateRate = jUpdateRate.toFloat();
ServerGlobalTimestep = GlobalTimestep = 1.0f / updateRate;
- Logger::info("Configured tickrate is {:4.2f}hz", updateRate);
+ Logger::info("Configured tick rate is {:4.2f}hz", updateRate);
}
UniverseServerUPtr server = make_unique<UniverseServer>(root->toStoragePath("universe"));