Skip to content

Commit

Permalink
Merge pull request #103 from teeworlds-mirror/mirror_3242_fokkonaut_p…
Browse files Browse the repository at this point in the history
…atch-2

Increase broadcast size teeworlds#3242
  • Loading branch information
furo321 authored Mar 12, 2024
2 parents 42878d0 + ec7f2a4 commit 820ccf7
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 820ccf7

Please sign in to comment.