diff options
Diffstat (limited to 'game/server/main.cc')
| -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 42e76f4..734ae6a 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; |
