From b3dae87b642edb30bea904ba8dab5072049fe1f0 Mon Sep 17 00:00:00 2001 From: brausjonas <47791011+jonasbraus@users.noreply.github.com> Date: Sun, 15 May 2022 23:40:50 +0200 Subject: [PATCH] Update World --- Minecraft Server/Assets/Game/World.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Minecraft Server/Assets/Game/World.cs b/Minecraft Server/Assets/Game/World.cs index 9fdbabe..53da6bb 100644 --- a/Minecraft Server/Assets/Game/World.cs +++ b/Minecraft Server/Assets/Game/World.cs @@ -62,7 +62,7 @@ public class World : MonoBehaviour } else { - CreateChunks(); + CreateChunks(); } Console.WriteLine("world loaded! \n"); server = new Server(this, transferDelay);