Skip to content

Commit 222fc83

Browse files
committed
Remove debug
1 parent b70aaf6 commit 222fc83

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

Runtime/Code/Bootstrap/ServerBootstrap.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -156,12 +156,6 @@ public bool IsAgonesEnvironment() {
156156

157157
[HideFromTS][LuauAPI(LuauContext.Protected)]
158158
public GameServer GetGameServer() {
159-
if (this.gameServer.ObjectMeta.Annotations.TryGetValue("GameConfig", out var gc)) {
160-
Debug.Log("GetGameServer GameConfig: " + gc);
161-
} else {
162-
Debug.Log("GetGameServer CameConfig is missing.");
163-
}
164-
165159
return this.gameServer;
166160
}
167161

Runtime/Code/VoxelWorld/VoxelWorldChunk.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -574,6 +574,7 @@ private bool DoVisualUpdate(VoxelWorld world) {
574574

575575
for (int i = 0; i < 3; i++) {
576576
detailGameObjects[i] = new GameObject();
577+
detailGameObjects[i].layer = world.gameObject.layer;
577578
detailGameObjects[i].hideFlags = HideFlags.DontSaveInEditor | HideFlags.DontSaveInBuild;
578579
detailGameObjects[i].transform.parent = obj.transform;
579580

0 commit comments

Comments
 (0)