We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c16824 commit 92d84aeCopy full SHA for 92d84ae
src/RespawnKiller.cs
@@ -6,7 +6,7 @@ namespace RespawnKiller;
6
public partial class RespawnKiller : BasePlugin, IPluginConfig<RespawnKillerConfig>
7
{
8
public override string ModuleName => "MG Respawn Killer";
9
- public override string ModuleVersion => "1.0.1";
+ public override string ModuleVersion => "1.0.2";
10
public override string ModuleAuthor => "exd0001";
11
public override string ModuleDescription => "Let you set custom timers for respawning in each map or set it to auto-detect.";
12
0 commit comments