Skip to content

Commit

Permalink
Increase MAX_REPLAY_CLIENTS to 10 (temporarily).
Browse files Browse the repository at this point in the history
  • Loading branch information
splewis committed Dec 21, 2021
1 parent afab77b commit 375348c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripting/practicemode/botreplay.sp
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 375348c

Please sign in to comment.