A lot of things.

This commit is contained in:
2026-06-08 16:25:52 +02:00
parent 6f6d6b9b84
commit f529f74823
94 changed files with 9178 additions and 107 deletions

View File

@@ -66,6 +66,16 @@ export function FSFileData(name, totalChunks, rawFile ) {
*/
state: 'public',
/**
* If the online patcher is enabled
*/
meta_online_patcher: false,
/**
* If this patch is a secondary patch.
*/
meta_secondary_online_patcher: false,
/**
* Look if this file is currently uploading.
* @returns {boolean}