Skip to content

Commit

Permalink
Increase broadcast size
Browse files Browse the repository at this point in the history
It's overflowing easily, especially considering colorcodes.
  • Loading branch information
web-flow authored Mar 7, 2024
1 parent 42878d0 commit 807ed9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/client/components/broadcast.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class CBroadcast : public CComponent
};

enum {
MAX_BROADCAST_MSG_SIZE = 128,
MAX_BROADCAST_MSG_SIZE = 256,
MAX_BROADCAST_LINES = 3,
};

Expand Down

0 comments on commit 807ed9e

Please sign in to comment.