mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
correct comments for profile
https://epochmod.com/forum/topic/42773-typo-from-bi-arma-forum-propagated-to-epoch-github-repo/
This commit is contained in:
parent
3418adbd67
commit
0459d18f84
@ -28,11 +28,11 @@ class DifficultyPresets
|
||||
weaponCrosshair = 1; // Weapon crosshair (0 = never, 1 = always)
|
||||
visionAid = 0; // Vision aid (0 = never, 1 = always)
|
||||
// View
|
||||
thirdPersonView = 1; // 3rd person view (0 = enabled, 1 = disabled)
|
||||
cameraShake = 1; // Camera shake (0 = enabled, 1 = disabled)
|
||||
thirdPersonView = 1; // 3rd person view (0 = disabled, 1 = enabled)
|
||||
cameraShake = 1; // Camera shake (0 = disabled, 1 = enabled)
|
||||
|
||||
// Multiplayer
|
||||
scoreTable = 1; // Score table
|
||||
scoreTable = 1; // Score table
|
||||
deathMessages = 1; // Killed by
|
||||
vonID = 1; // VON ID
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user