Fix: update CONSTANTS by removing unused IDs

This commit is contained in:
Jose
2026-03-07 03:44:53 +01:00
parent 9ab675012d
commit f944e33744

View File

@@ -2,10 +2,8 @@
const CONSTANTS = { const CONSTANTS = {
CORE_ID: 0, CORE_ID: 0,
HUERTOS_ID: 1, MINECRAFT_ID: 1,
MINECRAFT_ID: 2, MPASTE_ID: 2
CINE_ID: 3,
MPASTE_ID: 4
}; };
export { CONSTANTS }; export { CONSTANTS };