From 375348ce2924c529356fe1b7eca88b2d9e0630bd Mon Sep 17 00:00:00 2001 From: Sean Lewis Date: Mon, 20 Dec 2021 18:47:01 -0800 Subject: [PATCH] Increase MAX_REPLAY_CLIENTS to 10 (temporarily). --- scripting/practicemode/botreplay.sp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripting/practicemode/botreplay.sp b/scripting/practicemode/botreplay.sp index 518499d..bddab13 100644 --- a/scripting/practicemode/botreplay.sp +++ b/scripting/practicemode/botreplay.sp @@ -1,7 +1,7 @@ #define REPLAY_NAME_LENGTH 128 #define REPLAY_ROLE_DESCRIPTION_LENGTH 256 #define REPLAY_ID_LENGTH 16 -#define MAX_REPLAY_CLIENTS 5 +#define MAX_REPLAY_CLIENTS 10 #define DEFAULT_REPLAY_NAME "unnamed - use .namereplay on me!" // Ideas: