diff options
Diffstat (limited to 'Server/Plugins/APIDump/APIDesc.lua')
-rw-r--r-- | Server/Plugins/APIDump/APIDesc.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Server/Plugins/APIDump/APIDesc.lua b/Server/Plugins/APIDump/APIDesc.lua index 3cbb013d6..609fa46c2 100644 --- a/Server/Plugins/APIDump/APIDesc.lua +++ b/Server/Plugins/APIDump/APIDesc.lua @@ -13174,6 +13174,7 @@ local CompressedString = cStringCompression.CompressStringGZIP("DataToCompress") { CompressStringGZIP = { + IsStatic = true, Params = { { @@ -13191,6 +13192,7 @@ local CompressedString = cStringCompression.CompressStringGZIP("DataToCompress") }, CompressStringZLIB = { + IsStatic = true, Params = { { @@ -13212,6 +13214,7 @@ local CompressedString = cStringCompression.CompressStringGZIP("DataToCompress") }, InflateString = { + IsStatic = true, Params = { { @@ -13229,6 +13232,7 @@ local CompressedString = cStringCompression.CompressStringGZIP("DataToCompress") }, UncompressStringGZIP = { + IsStatic = true, Params = { { @@ -13246,6 +13250,7 @@ local CompressedString = cStringCompression.CompressStringGZIP("DataToCompress") }, UncompressStringZLIB = { + IsStatic = true, Params = { { |