diff options
| author | untodesu <kirill@untode.su> | 2025-03-16 12:24:03 +0500 |
|---|---|---|
| committer | untodesu <kirill@untode.su> | 2025-03-16 12:24:03 +0500 |
| commit | 933ed978a21d5ffefc376d66f0dc9f5354292ca7 (patch) | |
| tree | a3b87b83219eb6b2dae3f68b3555bb533d715111 /game/server | |
| parent | c74abc45390a4125e644d2788eefb681cf9f32c4 (diff) | |
| download | voxelius-933ed978a21d5ffefc376d66f0dc9f5354292ca7.tar.bz2 voxelius-933ed978a21d5ffefc376d66f0dc9f5354292ca7.zip | |
Update threading command line arguments
Diffstat (limited to 'game/server')
| -rw-r--r-- | game/server/main.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/game/server/main.cc b/game/server/main.cc index 64bca10..0eff05f 100644 --- a/game/server/main.cc +++ b/game/server/main.cc @@ -30,7 +30,7 @@ int main(int argc, char **argv) shared_game::init(argc, argv); - spdlog::info("Voxelius {} server", PROJECT_VERSION_STRING); + spdlog::info("Voxelius Server {}", PROJECT_VERSION_STRING); globals::fixed_frametime = 0.0f; globals::fixed_frametime_avg = 0.0f; |
