From f0ccf6dc0aa45aa72d7c428d5c8866aae28467e4 Mon Sep 17 00:00:00 2001 From: rtldg Date: Mon, 23 Jun 2025 20:16:37 +0000 Subject: [PATCH] fix olivia's name in author lists (from e81d091ed0dce29f987ba1760a14ed9c405472bc) --- addons/sourcemod/scripting/include/shavit/checkpoints.inc | 2 +- addons/sourcemod/scripting/shavit-checkpoints.sp | 4 ++-- addons/sourcemod/scripting/shavit-core.sp | 4 ++-- addons/sourcemod/scripting/shavit-zones.sp | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/addons/sourcemod/scripting/include/shavit/checkpoints.inc b/addons/sourcemod/scripting/include/shavit/checkpoints.inc index e881af04..c22b573f 100644 --- a/addons/sourcemod/scripting/include/shavit/checkpoints.inc +++ b/addons/sourcemod/scripting/include/shavit/checkpoints.inc @@ -1,6 +1,6 @@ /* * shavit's Timer - Checkpoints - * by: shavit, kidfearless, Nairda, GAMMA CASE, rtldg, sh4hrazad, Ciallo-Ani, OliviaMourning + * by: shavit, kidfearless, Nairda, GAMMA CASE, rtldg, sh4hrazad, Ciallo-Ani, olivia * * This file is part of shavit's Timer (https://github.com/shavitush/bhoptimer) * diff --git a/addons/sourcemod/scripting/shavit-checkpoints.sp b/addons/sourcemod/scripting/shavit-checkpoints.sp index 88ca93e2..57093715 100644 --- a/addons/sourcemod/scripting/shavit-checkpoints.sp +++ b/addons/sourcemod/scripting/shavit-checkpoints.sp @@ -1,6 +1,6 @@ /* * shavit's Timer - Checkpoints - * by: shavit, kidfearless, Nairda, GAMMA CASE, rumour, rtldg, sh4hrazad, Ciallo-Ani, OliviaMourning, Nuko, yupi2 + * by: shavit, kidfearless, Nairda, GAMMA CASE, rumour, rtldg, sh4hrazad, Ciallo-Ani, olivia, Nuko, yupi2 * * This file is part of shavit's Timer (https://github.com/shavitush/bhoptimer) * @@ -117,7 +117,7 @@ int gI_Offset_m_afButtonForced = 0; public Plugin myinfo = { name = "[shavit] Checkpoints", - author = "shavit, KiD Fearless, Nairda, GAMMA CASE, rumour, rtldg, sh4hrazad, Ciallo-Ani, OliviaMourning, Nuko, yupi2", + author = "shavit, KiD Fearless, Nairda, GAMMA CASE, rumour, rtldg, sh4hrazad, Ciallo-Ani, olivia, Nuko, yupi2", description = "Checkpoints for shavit's bhop timer.", version = SHAVIT_VERSION, url = "https://github.com/shavitush/bhoptimer" diff --git a/addons/sourcemod/scripting/shavit-core.sp b/addons/sourcemod/scripting/shavit-core.sp index 462b57b8..cd91bb1e 100644 --- a/addons/sourcemod/scripting/shavit-core.sp +++ b/addons/sourcemod/scripting/shavit-core.sp @@ -1,6 +1,6 @@ /* * shavit's Timer - Core - * by: shavit, rtldg, KiD Fearless, GAMMA CASE, Technoblazed, carnifex, ofirgall, Nairda, Extan, rumour, OliviaMourning, Nickelony, sh4hrazad, BoomShotKapow, strafe + * by: shavit, rtldg, KiD Fearless, GAMMA CASE, Technoblazed, carnifex, ofirgall, Nairda, Extan, rumour, olivia, Nickelony, sh4hrazad, BoomShotKapow, strafe * * This file is part of shavit's Timer (https://github.com/shavitush/bhoptimer) * @@ -185,7 +185,7 @@ bool gB_KZMap[TRACKS_SIZE]; public Plugin myinfo = { name = "[shavit] Core", - author = "shavit, rtldg, KiD Fearless, GAMMA CASE, Technoblazed, carnifex, ofirgall, Nairda, Extan, rumour, OliviaMourning, Nickelony, sh4hrazad, BoomShotKapow, strafe", + author = "shavit, rtldg, KiD Fearless, GAMMA CASE, Technoblazed, carnifex, ofirgall, Nairda, Extan, rumour, olivia, Nickelony, sh4hrazad, BoomShotKapow, strafe", description = "The core for shavit's bhop timer.", version = SHAVIT_VERSION, url = "https://github.com/shavitush/bhoptimer" diff --git a/addons/sourcemod/scripting/shavit-zones.sp b/addons/sourcemod/scripting/shavit-zones.sp index fe6dcb83..0cca56da 100644 --- a/addons/sourcemod/scripting/shavit-zones.sp +++ b/addons/sourcemod/scripting/shavit-zones.sp @@ -1,6 +1,6 @@ /* * shavit's Timer - Map Zones - * by: shavit, GAMMA CASE, rtldg, KiD Fearless, Kryptanyte, carnifex, rumour, BoomShotKapow, Nuko, Technoblazed, Kxnrl, Extan, sh4hrazad, OliviaMourning + * by: shavit, GAMMA CASE, rtldg, KiD Fearless, Kryptanyte, carnifex, rumour, BoomShotKapow, Nuko, Technoblazed, Kxnrl, Extan, sh4hrazad, olivia * * This file is part of shavit's Timer (https://github.com/shavitush/bhoptimer) * @@ -202,7 +202,7 @@ int gI_LastMenuPos[MAXPLAYERS+1]; public Plugin myinfo = { name = "[shavit] Map Zones", - author = "shavit, GAMMA CASE, rtldg, KiD Fearless, Kryptanyte, carnifex, rumour, BoomShotKapow, Nuko, Technoblazed, Kxnrl, Extan, sh4hrazad, OliviaMourning", + author = "shavit, GAMMA CASE, rtldg, KiD Fearless, Kryptanyte, carnifex, rumour, BoomShotKapow, Nuko, Technoblazed, Kxnrl, Extan, sh4hrazad, olivia", description = "Map zones for shavit's bhop timer.", version = SHAVIT_VERSION, url = "https://github.com/shavitush/bhoptimer"