File tree Expand file tree Collapse file tree
GGK/Assets/Scripts/DriverScripts Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ void Start()
182182 {
183183 playerInput . enabled = true ;
184184 SpeedCameraEffect . instance . FollowKart ( rootTransform ) ;
185- SpeedAndTimeDisplay . instance . TrackKart ( gameObject ) ;
185+ // SpeedAndTimeDisplay.instance.TrackKart(gameObject);
186186 MiniMapHud . instance . trackingPlayer = gameObject ;
187187 MiniMapHud . instance . AddKart ( gameObject ) ;
188188 PlacementManager . instance . AddKart ( gameObject , kartCheckpoint ) ;
@@ -200,7 +200,7 @@ public override void OnNetworkSpawn()
200200 {
201201 playerInput . enabled = true ;
202202 SpeedCameraEffect . instance . FollowKart ( rootTransform ) ;
203- SpeedAndTimeDisplay . instance . TrackKart ( gameObject ) ;
203+ // SpeedAndTimeDisplay.instance.TrackKart(gameObject);
204204 PlacementManager . instance . TrackKart ( kartCheckpoint ) ;
205205 //if it's the owner, send its CharacterData settings over to other clients
206206 AppearanceSettings appearance = gameObject . GetComponent < AppearanceSettings > ( ) ;
You can’t perform that action at this time.
0 commit comments