diff --git a/src/util/constants.js b/src/util/constants.js index a28f79e..1bd3173 100644 --- a/src/util/constants.js +++ b/src/util/constants.js @@ -2,10 +2,8 @@ const CONSTANTS = { CORE_ID: 0, - HUERTOS_ID: 1, - MINECRAFT_ID: 2, - CINE_ID: 3, - MPASTE_ID: 4 + MINECRAFT_ID: 1, + MPASTE_ID: 2 }; export { CONSTANTS };