Skip to content

Commit c100c5f

Browse files
committed
Remove z4lab tags
1 parent 27fe199 commit c100c5f

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

addons/sourcemod/scripting/SurfTimer.sp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
/*=======================================================
2-
= z4lab CS:GO SurfTimer =
3-
modified version of "SurfTimer" from fluffy for z4lab
4-
The original version of this timer was by jonitaikaponi
5-
= https://forums.alliedmods.net/showthread.php?t=264498 =
6-
=======================================================*/
1+
/*=========================================================
2+
= CS:GO SurfTimer =
3+
= modified version of "SurfTimer" from fluffy =
4+
= The original version of this timer was by jonitaikaponi =
5+
= https://forums.alliedmods.net/showthread.php?t=264498 =
6+
=========================================================*/
77

88
/*====================================
99
= Includes =

addons/sourcemod/scripting/surftimer/convars.sp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -168,10 +168,10 @@ void CreateConVars()
168168
g_hBackupReplays = CreateConVar("ck_replay_backup", "1", "(1 / 0) Back up replay files, when they are being replaced", FCVAR_NOTIFY, true, 0.0, true, 1.0);
169169
g_hReplaceReplayTime = CreateConVar("ck_replay_replace_faster", "1", "(1 / 0) Replace record bots if a players time is faster than the bot, even if the time is not a server record.", FCVAR_NOTIFY, true, 0.0, true, 1.0);
170170
g_hTeleToStartWhenSettingsLoaded = CreateConVar("ck_teleportclientstostart", "1", "(1 / 0) Teleport players automatically back to the start zone, when their settings have been loaded.", FCVAR_NOTIFY, true, 0.0, true, 1.0);
171-
g_dcCalladminName = CreateConVar("ck_discord_calladmin_name", "z4lab Calladmin", "Webhook name for !calladmin - Discord side", FCVAR_NOTIFY);
172-
g_dcBugTrackerName = CreateConVar("ck_discord_bug_tracker_name", "z4lab Bugtracker", "Webhook name for !bug - Discord side", FCVAR_NOTIFY);
173-
g_dcBonusRecordName = CreateConVar("ck_discord_bonus_record_name", "z4lab Surf Records", "Webhook name for bonus record announcements - Discord side", FCVAR_NOTIFY);
174-
g_dcMapRecordName = CreateConVar("ck_discord_map_record_name", "z4lab Surf Records", "Webhook name for map record announcements - Discord side", FCVAR_NOTIFY);
171+
g_dcCalladminName = CreateConVar("ck_discord_calladmin_name", "Calladmin", "Webhook name for !calladmin - Discord side", FCVAR_NOTIFY);
172+
g_dcBugTrackerName = CreateConVar("ck_discord_bug_tracker_name", "Bugtracker", "Webhook name for !bug - Discord side", FCVAR_NOTIFY);
173+
g_dcBonusRecordName = CreateConVar("ck_discord_bonus_record_name", "Surf Records", "Webhook name for bonus record announcements - Discord side", FCVAR_NOTIFY);
174+
g_dcMapRecordName = CreateConVar("ck_discord_map_record_name", "Surf Records", "Webhook name for map record announcements - Discord side", FCVAR_NOTIFY);
175175
g_drDeleteSecurity = CreateConVar("ck_dr_delete_security", "1", "(1 / 0) Disabled/Enable delete security for !dr command", FCVAR_NOTIFY, true, 0.0, true, 1.0);
176176
g_iAdminCountryTags = CreateConVar("ck_admin_country_tags", "0", "(1 / 0) Disabled/Enable country tags for admins", FCVAR_NOTIFY, true, 0.0, true, 1.0);
177177
g_replayBotDelay = CreateConVar("ck_replay_bot_delay", "10", "Delay in seconds after initial mapstart after the bots join the server", FCVAR_NOTIFY, true, 10.0);

0 commit comments

Comments
 (0)