Maximum stack size!!!!!!!!!!

master
MistUnky 2021-02-07 09:01:53 -05:00
parent 7e124005bf
commit 04b97450e0
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "main.h" // For g_materials
#include "mapnode.h" // For content_t
#define QUANTITY_ITEM_MAX_COUNT 99
#define QUANTITY_ITEM_MAX_COUNT 65535
class ServerActiveObject;
class ServerEnvironment;