-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add .info file for cs2-update-manager
- Loading branch information
Kalle Minkner
committed
Nov 8, 2024
1 parent
d9f5f87
commit 03c9ebe
Showing
3 changed files
with
13 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ public partial class MapModifiers : BasePlugin, IPluginConfig<PluginConfig> | |
{ | ||
public override string ModuleName => "Map Modifiers Plugin"; | ||
public override string ModuleAuthor => "Jon-Mailes Graeffe <[email protected]> / Kalle <[email protected]>"; | ||
public override string ModuleVersion => "0.0.11"; | ||
public override string ModuleVersion => "0.0.12"; | ||
|
||
private string _currentMap = ""; | ||
|
||
|