game.cfg: Add forgotten double quotation marks

[skip ci]
This commit is contained in:
Sergey Shorokhov 2024-01-02 01:45:55 +03:00 committed by GitHub
parent d3c0ec8aeb
commit 71606f8f36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
dist/game.cfg vendored
View File

@ -480,7 +480,7 @@ mp_free_armor "0"
// 1 - Affects teammates (default behaviour)
//
// Default value: "1"
mp_team_flash 1
mp_team_flash "1"
// Players can receive all other players text chat, team restrictions apply.
// 0 - disabled (default behaviour)
@ -566,4 +566,4 @@ mp_freezetime_duck "1"
// 1 - enabled (default behaviour)
//
// Default value: "1"
mp_freezetime_jump "1"
mp_freezetime_jump "1"