File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments