fix/player-list command + auto player list + refactors for issue #28
This commit is contained in:
6 files changed
+104
-82
No files matched your search
@@ -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;
|
||||
|
||||
Reference in new issue
Block a user