diff options
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; |
