From 4f64be7e0a9d961a7af64208646ea9e8399bc942 Mon Sep 17 00:00:00 2001 From: MarcEricMartel Date: Sun, 29 Oct 2023 14:59:29 -0400 Subject: [PATCH] Feeeeeed the woooooooooorld --- SQCSim-srv/server.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SQCSim-srv/server.cpp b/SQCSim-srv/server.cpp index e1b1ff9..f2e1356 100644 --- a/SQCSim-srv/server.cpp +++ b/SQCSim-srv/server.cpp @@ -182,7 +182,7 @@ void Server::Run() { m_world = std::make_unique(); m_world->SetSeed(m_game.seed); - m_world->BuildWorld(); + //m_world->BuildWorld(); for (auto& [key, conn] : m_players) { // Creation des instances de joueurs et premier sync. conn->player = std::make_unique(Vector3f(8.5f, CHUNK_SIZE_Y + 1.8f, 8.5f));