Skip to content

Commit e5e14d2

Browse files
authored
add choices to the context menu - bugfix (#501)
* Updated Items November 2025 * Added CCTV for Cargo Ship and Ferry Terminal * Updated items.json with build-in script * add choices to the context menu - bugfix
1 parent eb905af commit e5e14d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/commands/cctv.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ module.exports = {
4343
{ name: client.intlGet(guildId, 'outpost'), value: 'Outpost' },
4444
{ name: client.intlGet(guildId, 'smallOilRig'), value: 'Small Oil Rig' },
4545
{ name: client.intlGet(guildId, 'underwaterLab'), value: 'Underwater Labs' },
46+
{ name: client.intlGet(guildId, 'cargoship'), value: 'Cargo Ship' },
47+
{ name: client.intlGet(guildId, 'ferryTerminal'), value: 'Ferry Terminal' },
4648
));
4749

4850
},

0 commit comments

Comments
 (0)