From 28dba1571daa11818fcd1dc798cd6148651b0780 Mon Sep 17 00:00:00 2001 From: Shtoyan Date: Sat, 11 Mar 2023 22:26:46 +0400 Subject: [PATCH] Add repo link to sources --- KFZedsReportMut.uc | 3 +++ ReportInteraction.uc | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/KFZedsReportMut.uc b/KFZedsReportMut.uc index b736ab8..77d3ce8 100644 --- a/KFZedsReportMut.uc +++ b/KFZedsReportMut.uc @@ -1,6 +1,9 @@ /** * Mutator that replicates and diplayes on clients information about how many * zeds are spawned and with what recent spawn rate. + * + * Author: dkanus + * Home repo: https://insultplayers.ru/git/dkanus/KFZedsReport */ class KFZedsReportMut extends Mutator; diff --git a/ReportInteraction.uc b/ReportInteraction.uc index 02bfeca..880c174 100644 --- a/ReportInteraction.uc +++ b/ReportInteraction.uc @@ -1,3 +1,7 @@ +/** + * Author: dkanus + * Home repo: https://insultplayers.ru/git/dkanus/KFZedsReport + */ class ReportInteraction extends Interaction; var KFZedsReportMut reportMutator;