Skip to content

Commit

Permalink
Merge pull request #21 from Aytackydln/master
Browse files Browse the repository at this point in the history
cs2 update
  • Loading branch information
diogotr7 authored Sep 27, 2023
2 parents 3f18e83 + 4550345 commit 1b75ca3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Artemis.Plugins.Games.CSGO/CsgoBootstrapper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ public override void OnPluginLoaded(Plugin plugin)
AddPluginPrerequisite(new IsFilePresentInSteamGameFolderPrerequisite(
CsgoSteamId,
plugin.ResolveRelativePath(Path.Combine("Resources", CsgoGsiConfigFilename)),
Path.Combine("csgo", "cfg", CsgoGsiConfigFilename) ));
Path.Combine("game", "csgo", "cfg", CsgoGsiConfigFilename) ));
}
}
6 changes: 3 additions & 3 deletions src/Artemis.Plugins.Games.CSGO/plugin.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"Guid": "D2803184-4E1C-450A-80D2-F3C469E04540",
"Name": "Counter Strike: Global Offensive",
"Description": "Game State integration for CSGO",
"Name": "Counter Strike 2",
"Description": "Game State integration for CS2",
"Author": "AlpacaFur, diogotr7",
"Website": "https://artemis-rgb.com/",
"Repository": "https://github.com/Artemis-RGB/Artemis.Plugins.Games",
"Icon": "QuestionMark",
"Version": "1.0.0.0",
"Version": "1.1.0.0",
"Main": "Artemis.Plugins.Games.CSGO.dll",
"AutoEnableProperties": true,
"RequiresAdmin": false,
Expand Down

0 comments on commit 1b75ca3

Please sign in to comment.