fix/player-list command + auto player list + refactors for issue #28

This commit is contained in:
SowinskiBraeden committed 2024-04-06 11:34:40 -07:00
1 parent 7c2373e03e
commit 9ab1a43238
6 files changed
+104 -82

No files matched your search

+5
View File
@@ -1,6 +1,11 @@
const { calculateVector } = require('../util/Vector');
module.exports = {
Missions: {
"dayzOffline.chernarusplus": "Chernarus",
"dayzOffline.enoch": "Livonia",
},
// Calculates the nearest location to a given coordinate
nearest: (pos, mission) => {
let tempDest;