Add job sphere radius to global config

This commit is contained in:
Vortrex
2022-07-30 08:16:19 -05:00
parent f69ca2ac59
commit f6614ff92b

View File

@@ -245,6 +245,7 @@ let globalConfig = {
loginTimeout: 60000,
fishingCastMaxStrength: 100,
fishingCastMinStrength: 30,
jobRouteLocationSphereRadius: 3,
};
// ===========================================================================