mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-03-02 03:39:21 +00:00
Migrate old savegames
This commit is contained in:
@@ -68,6 +68,10 @@ export class HUDEntityDebugger extends BaseHUDPart {
|
||||
* @param {Array} recursion
|
||||
*/
|
||||
propertyToHTML(name, val, indent = 0, recursion = []) {
|
||||
if (indent > 20) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (val !== null && typeof val === "object") {
|
||||
// Array is displayed like object, with indexes
|
||||
recursion.push(val);
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user