Skip to content

Commit 992710c

Browse files
committed
- UPDATED: Disable auto updating gamedata which overrides manually updates signatures so GiveNamedItem works
1 parent adc43d3 commit 992710c

File tree

1 file changed

+9
-1
lines changed
  • game/csgo/addons/counterstrikesharp/configs

1 file changed

+9
-1
lines changed
Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
{
22
"PublicChatTrigger": [ "!" ],
33
"SilentChatTrigger": [ "/" ],
4-
"FollowCS2ServerGuidelines": false
4+
"FollowCS2ServerGuidelines": false,
5+
"PluginHotReloadEnabled": true,
6+
"PluginAutoLoadEnabled": true,
7+
"PluginResolveNugetPackages": false,
8+
"ServerLanguage": "en",
9+
"UnlockConCommands": true,
10+
"UnlockConVars": true,
11+
"AutoUpdateEnabled": false,
12+
"AutoUpdateURL": "http://gamedata.cssharp.dev"
513
}

0 commit comments

Comments
 (0)