diff options
Diffstat (limited to 'pages/api/ponytown.php')
-rw-r--r-- | pages/api/ponytown.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/api/ponytown.php b/pages/api/ponytown.php index e75ea33..99d755c 100644 --- a/pages/api/ponytown.php +++ b/pages/api/ponytown.php @@ -82,7 +82,7 @@ foreach ([1, 2] as $_) { $errors[] = "0x{$_}000002B: Image #" . $_ . " is higher than it should, are you sure you set zoom to 1x? Maybe you inverted the files?"; } - if ($_ === 2 && $size[0] > 35) { + if ($_ === 2 && $size[0] > 40) { $errors[] = "0x{$_}000002A: Image #" . $_ . " is wider than it should, are you sure you set zoom to 1x? Maybe you inverted the files?"; } |