Skip to content

Commit 692fe9e

Browse files
committed
v1.0.1hotfix
1 parent 4a6810a commit 692fe9e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Plugin/Events.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ public partial class Plugin
99
public HookResult OnRoundPreStart(EventRoundPrestart @event, GameEventInfo @info)
1010
{
1111
g_bRoundEnd = false;
12-
foreach(var player in g_PlayerSettings)
12+
/*foreach(var player in g_PlayerSettings)
1313
{
1414
if(player.Value.IsDancing)
1515
{
1616
player.Value.Reset();
1717
}
18-
}
18+
}*/
1919
return HookResult.Continue;
2020
}
2121

Plugin/FortniteEmotesNDances.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public partial class Plugin : BasePlugin, IPluginConfig<PluginConfig>
2323
public override string ModuleName => "Fortnite Emotes & Dances";
2424
public override string ModuleDescription => "CS2 Port of Fortnite Emotes & Dances";
2525
public override string ModuleAuthor => "Cruze";
26-
public override string ModuleVersion => "1.0.1";
26+
public override string ModuleVersion => "1.0.1hotfix";
2727

2828
public required PluginConfig Config { get; set; } = new();
2929

0 commit comments

Comments
 (0)