Add vehicle trunk distance to config

This commit is contained in:
Vortrex
2022-06-14 17:33:45 -05:00
parent 35f3d527c5
commit a0c61c4f9c

View File

@@ -95,6 +95,7 @@ let globalConfig = {
passwordRequiredSymbols: 0, passwordRequiredSymbols: 0,
minChatLines: 1, minChatLines: 1,
maxChatLines: 6, maxChatLines: 6,
vehicleTrunkDistance: 2.0,
}; };
// =========================================================================== // ===========================================================================