Skip to content

Commit 820ccf7

Browse files
author
furo
authored
Merge pull request #103 from teeworlds-mirror/mirror_3242_fokkonaut_patch-2
Increase broadcast size teeworlds#3242
2 parents 42878d0 + ec7f2a4 commit 820ccf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/game/client/components/broadcast.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class CBroadcast : public CComponent
2020
};
2121

2222
enum {
23-
MAX_BROADCAST_MSG_SIZE = 128,
23+
MAX_BROADCAST_MSG_SIZE = 256,
2424
MAX_BROADCAST_LINES = 3,
2525
};
2626

0 commit comments

Comments
 (0)