diff --git a/ScoreboardExt/Classes/ScoreboardExtMut.uc b/ScoreboardExt/Classes/ScoreboardExtMut.uc index 036fd1d..ae4bf63 100644 --- a/ScoreboardExt/Classes/ScoreboardExtMut.uc +++ b/ScoreboardExt/Classes/ScoreboardExtMut.uc @@ -126,7 +126,7 @@ function AddPlayerInfo(Controller C) local SClient RepClient; KFPC = KFPlayerController(C); - if (KFPC == None) + if (KFPC == None || !KFPC.bIsPlayer) return; RepClient.RepInfo = Spawn(class'ScoreboardExtRepInfo', KFPC);