diff --git a/app/imports/api/creature/creatureProperties/methods/insertPropertyFromLibraryNode.js b/app/imports/api/creature/creatureProperties/methods/insertPropertyFromLibraryNode.js index 79dcc70c..deb55bc7 100644 --- a/app/imports/api/creature/creatureProperties/methods/insertPropertyFromLibraryNode.js +++ b/app/imports/api/creature/creatureProperties/methods/insertPropertyFromLibraryNode.js @@ -60,8 +60,6 @@ const insertPropertyFromLibraryNode = new ValidatedMethod({ nodeIds.forEach(nodeId => { // TODO: Check library view permission for each node before starting node = insertPropertyFromNode(nodeId, ancestors, order); - // Increment order, slightly, to keep the nodes inserted in the given id order - order += 0.001; }); // get one of the root inserted docs diff --git a/app/package.json b/app/package.json index 463be480..37857bfc 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "dicecloud", - "version": "2.0.53", + "version": "2.0.55", "description": "Unofficial Online Realtime D&D 5e App", "license": "GPL-3.0", "repository": {