diff options
| author | navewindre <nw@moneybot.cc> | 2023-11-15 06:41:05 +0100 |
|---|---|---|
| committer | navewindre <nw@moneybot.cc> | 2023-11-15 06:41:05 +0100 |
| commit | b216c7db80f861cb215573cbdf2bf1c6fa399c63 (patch) | |
| tree | 2712d845b4df02fae679c52eac7dcdcdc8f08389 /sourcemod/scripting/gem_damage_report.sp | |
| parent | 9a981491b00f51d2ce33f87fa215ce8cf1708c0c (diff) | |
fixs
Diffstat (limited to 'sourcemod/scripting/gem_damage_report.sp')
| -rw-r--r-- | sourcemod/scripting/gem_damage_report.sp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sourcemod/scripting/gem_damage_report.sp b/sourcemod/scripting/gem_damage_report.sp index 334b398..97ab187 100644 --- a/sourcemod/scripting/gem_damage_report.sp +++ b/sourcemod/scripting/gem_damage_report.sp @@ -62,10 +62,10 @@ public Plugin:myinfo = { name = "Damage report", - author = "[30+]Gemeni", + author = "[30+]Gemeni, modified by networkheaven.net", description = "Reports who damaged you and who you damaged", version = PLUGIN_VERSION, - url = "http://30plus.ownit.se/" + url = "http://30plus.ownit.se/, networkheaven.net" }; // Global variables |
