diff --git a/ScoreboardExt/Classes/DamageReplicationInfo.uc b/ScoreboardExt/Classes/DamageReplicationInfo.uc deleted file mode 100644 index df1e859..0000000 --- a/ScoreboardExt/Classes/DamageReplicationInfo.uc +++ /dev/null @@ -1,13 +0,0 @@ -class DamageReplicationInfo extends ReplicationInfo; - -var KFPlayerController KFPC; - -unreliable client function ClientNumberMsg( int Count, vector Pos, class Type ) -{ - ScoreboardExtHUD(KFPC.MyHUD).AddNumberMsg(Count,Pos,Type); -} - -defaultproperties -{ - bOnlyRelevantToOwner=True -} \ No newline at end of file