custom entity RAW allow length up to 256

This commit is contained in:
MichaelDvP
2024-08-04 15:56:08 +02:00
parent 95c995f87a
commit 8d70dc7a02
3 changed files with 42 additions and 22 deletions

View File

@@ -39,6 +39,7 @@ class CustomEntityItem {
uint32_t value;
std::string data;
uint8_t ram;
uint8_t * raw;
};
class WebCustomEntity {