mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-26 22:45:15 -04:00
[General] Use slightly larger maximum imageData size in WorldMap packets
This commit is contained in:
parent
5bb2ba1e9e
commit
d53bd05424
@ -9,7 +9,7 @@
|
||||
|
||||
namespace mwmp
|
||||
{
|
||||
static const int maxImageDataSize = 1400;
|
||||
static const int maxImageDataSize = 1800;
|
||||
|
||||
struct MapTile
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user