diff options
Diffstat (limited to 'client')
| -rw-r--r-- | client/game.gd | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/client/game.gd b/client/game.gd index 4cdcaf43..c002cac2 100644 --- a/client/game.gd +++ b/client/game.gd @@ -397,7 +397,7 @@ func get_tile_interactive(pos: Vector2i) -> bool:  func update_center(): -	$FollowCamera.autozoom = spectating_mode == SpectatingMode.CENTER +	$FollowCamera.autozoom = spectating_mode == SpectatingMode.CENTER and join_state == JoinState.SPECTATING  	if join_state != JoinState.SPECTATING:  		return  	if Input.get_vector("left", "right", "forwards", "backwards").normalized().length() > .1: | 
