fix(Settings): Added custom gun settings

This commit is contained in:
Yimura 2021-01-14 22:23:38 +01:00
parent 62bfe65dae
commit bce76308b4
No known key found for this signature in database
GPG Key ID: 3D8FF4397E768682

View File

@ -13,13 +13,14 @@ namespace big
nlohmann::json options;
nlohmann::json default_options =
R"({
"custom_gun": {
"gravity_velocity_multiplier": 3.0,
"type": 0,
"vehicle_spawn_model": "bus"
},
"disable_phone": false,
"disable_chat_censoring": false,
"god_mode": false,
"gravity_gun": {
"enabled": false,
"multiplier": 3.0
},
"join_message": false,
"never_wanted": false,
"noclip": {